- Speaking JavaScript: Basic JavaScript
- Speaking JavaScript: Statements
- Eloquent JavaScript: Values, Types, and Operators
- Eloquent JavaScript: Program Structure
You may find it useful to group section in different issues, plus split some of them to several issues
- Speaking JavaScript: JavaScript’s Syntax
- Speaking JavaScript: Values
- Speaking JavaScript: Operators
- Speaking JavaScript: Booleans
- Speaking JavaScript: Numbers
- Speaking JavaScript: Strings
- Douglas Crockford: Volume One: The Early Years [1:42:08]
- Douglas Crockford: Chapter 2: And Then There Was JavaScript [1:30:22]
- Douglas Crockford: JavaScript: The Good Parts [1:03:47]
- History Timeline
- Browser History: Netscape
- ITVDN JavaScript Essentials
- JavaScript for Web Developers: Language Basics
Hint: You may found already prepared files like
index.html
,poetry.js
in current folder...
Print next poetry through console, without any loops or conditions, you may use multiple invocation of console.log
or
call it once but with big string. Provide your solution in poetry.js
Eloquent JavaScript: Looping a triangle
Eloquent JavaScript: Chess board
Draw a pyramid in a console
Imagine some shape and draw it in a console