Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Here is my collection on JavaScript lectures. It includes tutorials as well as general concepts explanations. Particularly these slides contain: Exploring Java Script, Low-Level Print, Document, Html Tag, Syntax Errors, Seeing the Error, Console Logging, Variable Names, Assignment Operators, Determining Type
Typology: Slides
1 / 48
One
Hello World
")Second
JavaScript execution until you press "OK"
One Paragraph
Second Paragraph
One Paragraph
Third Paragraph
One
Hello World
")Second
One Paragraph
Third Paragraph
script.js: document.write("Hello World
");One Paragraph
Two Paragraph
Three Paragraph
JavaScript coming as part of a web page, the browser eats the errors.
a minute to even remember to check for a JS error
record what happens in case something goes wrong
One Paragraph
Two Paragraph
Three Paragraph
running window.console && console.log(...) if (typeof console == "undefined") { this.console = {log: function() {} } http://stackoverflow.com/questions/3326650/console-is-undefined-error-for-internet- explorer
// This is a comment /* This is a section of multiline comments that will not be interpreted */
bother exploiting the feature - just add semicolons like C, Java, PHP, C++, etc..
One Paragraph
Second Paragraph