Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 371 Bytes

new-to-programming.md

File metadata and controls

19 lines (14 loc) · 371 Bytes

New to JavaScript

Goals:

  • Introduce JavaScript
    • if
    • flow control
    • functions
    • variable
    • strings
    • falsy
    • pass by reference or value

Reference

Here is a good link summarizing javascript concepts.

Exercises:

And a number of good exercises here.