Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 2.69 KB

File metadata and controls

66 lines (38 loc) · 2.69 KB

Language Basics

<= Back * * * Next =>

Theory

  1. Speaking JavaScript: Basic JavaScript
  2. Speaking JavaScript: Statements
  3. Eloquent JavaScript: Values, Types, and Operators
  4. Eloquent JavaScript: Program Structure

Additional

You may find it useful to group section in different issues, plus split some of them to several issues

  1. Speaking JavaScript: JavaScript’s Syntax
  2. Speaking JavaScript: Values
  3. Speaking JavaScript: Operators
  4. Speaking JavaScript: Booleans
  5. Speaking JavaScript: Numbers
  6. Speaking JavaScript: Strings
  7. Douglas Crockford: Volume One: The Early Years [1:42:08]
  8. Douglas Crockford: Chapter 2: And Then There Was JavaScript [1:30:22]
  9. Douglas Crockford: JavaScript: The Good Parts [1:03:47]
  10. History Timeline
  11. Browser History: Netscape
  12. ITVDN JavaScript Essentials
  13. JavaScript for Web Developers: Language Basics

Practice

Hint: You may found already prepared files like index.html, poetry.js in current folder...

Exercise: Print Poetry

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

Exercise: Looping a triangle

Eloquent JavaScript: Looping a triangle

Exercise: FizzBuzz

Eloquent JavaScript: FizzBuzz

Exercise: Chess board

Eloquent JavaScript: Chess board

Exercise: Pyramid

Draw a pyramid in a console

Exercise: Your Figure

Imagine some shape and draw it in a console

<= Back * * * Next =>