The code from the Learn JavaScript the Hard Way module JavaScript Level 1 exercises. This is a mirror of the code I have in the book, so if you're struggling you can use this to compare against your attempts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Zed A. Shaw 47d4ee7f00 Bring the code over. 1 year ago
ex00-gearing-up Bring the code over. 1 year ago
ex01-a-first-program Bring the code over. 1 year ago
ex02-comments Bring the code over. 1 year ago
ex03-simple-math-and-strings Bring the code over. 1 year ago
ex04-variables Bring the code over. 1 year ago
ex05-constants Bring the code over. 1 year ago
ex06-escape-sequences Bring the code over. 1 year ago
ex07-prompting-input Bring the code over. 1 year ago
ex08-command-line-arguments Bring the code over. 1 year ago
ex09-files Bring the code over. 1 year ago
ex10-files-args-variables-oh-my Bring the code over. 1 year ago
ex11-functions Bring the code over. 1 year ago
ex12-functions-files-variables Bring the code over. 1 year ago
ex13-modules Bring the code over. 1 year ago
ex15-if-and-else Bring the code over. 1 year ago
ex16-while-loops Bring the code over. 1 year ago
ex17-sequences-and-for-loops Bring the code over. 1 year ago
ex18-more-arrays Bring the code over. 1 year ago
ex19-data-objects Bring the code over. 1 year ago
ex20-first-game Bring the code over. 1 year ago
ex21-simple-oop Bring the code over. 1 year ago
ex22-more-complex-oop Bring the code over. 1 year ago
ex23-inheritance Bring the code over. 1 year ago
ex24-oop-game Bring the code over. 1 year ago
ex25-functions-and-recursion Bring the code over. 1 year ago
ex26-transforming-data Bring the code over. 1 year ago
ex27-applying-functions Bring the code over. 1 year ago
ex28-scope-and-closures Bring the code over. 1 year ago
ex29-partial-application Bring the code over. 1 year ago
ex30-promises-async-await Bring the code over. 1 year ago
ex31-modules-and-import Bring the code over. 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago

README.md

js-level-1-code

The code from the Learn JavaScript the Hard Way module JavaScript Level 1 exercises. This is a mirror of the code I have in the book, so if you're struggling you can use this to compare against your attempts.