An open API service indexing awesome lists of open source software.

https://github.com/maxshalom/learning-javascript

Learning JavaScript with NodeSchool.
https://github.com/maxshalom/learning-javascript

learn-to-code learning-javascript nodeschool vanilla-javascript

Last synced: 2 months ago
JSON representation

Learning JavaScript with NodeSchool.

Awesome Lists containing this project

README

        

# Learning JavaScript

Learning JavaScript using [NodeSchool](https://nodeschool.io). I'm using [Windows Powershell](https://docs.microsoft.com/en-us/powershell/) with [Node.js](https://nodejs.org/en/) and [VS Code](https://code.visualstudio.com/) to run the course. Additionally, the Node.js course requires [Git](https://git-scm.com/).

## Table of Contents

### [Basic JavaScript Package](https://github.com/workshopper/javascripting)
1. [Introduction](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/introduction.js)
2. [Variables](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/variables.js)
3. [Strings](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/strings.js)
4. [String Length](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/string-length.js)
5. [Revising Strings](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/revising-strings.js)
6. [Numbers](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/numbers.js)
7. [Rounding Numbers](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/rounding-numbers.js)
8. [Number to String](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/number-to-string.js)
9. [If Statement](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/if-statement.js)
10. [For Loop](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/for-loop.js)
11. [Arrays](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/arrays.js)
12. [Array Filtering](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/array-filtering.js)
13. [Accessing Array Values](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/accessing-array-values.js)
14. [Looping Through Arrays](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/looping-through-arrays.js)
15. [Objects](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/objects.js)
16. [Object Properties](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/object-properties.js)
17. [Functions](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/functions.js)
18. [Function Arguments](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/function-arguments.js)
19. [Scope](https://github.com/MaxShalom/learning-javascript/blob/master/Basic-JS/scope.js)

### [Node.js Basics Package](https://www.github.com/workshopper/learnyounode)
1. [Hello World](https://github.com/MaxShalom/learning-javascript/blob/master/Node.js/intro.js)

Hope this helps someone.