Javascript
- let - (block-scoped)
- const
- var - (function-scoped
let message; let message = 'Hello!'; let user = 'John', age = 25, message = 'Hello'; let user = 'John' , age = 25 , message = 'Hello'; var message = 'Hello';
External Links
- An Introduction to JavaScript
- p5js Wiki
- You-Dont-Know-JS: A book series on JavaScript
- SICP JS
- javascript-the-weird-parts
- Javascript: the weird parts by Charlie Harvey
- Learn JavaScript, Front-End Web Development and Node.js with Frontend Masters Courses
- Excellent Free Tutorials to Learn JavaScript - LinuxLinks
- Excellent Free Tutorials to Learn ECMAScript - LinuxLink
- Draw a Clock with Yurichev
- JSFiddle - Code Playground
- 3DE Code Editor
- Get Started With Viewing And Changing The DOM | Chrome DevTools
- Levelup Tutorials
- Meteor University | Learn MeteorJS
Videos
Other
http://thevikidtruth.com/wiki/?javascript
11apr23 | admin |