Created
February 2, 2017 14:21
-
-
Save artem-alek/9a2a02a0d204b1e7d12d270e3c46895e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section 1: | |
1. String, numbers, bolean, num, undefinded | |
2. number & string | |
3. the first position of the array | |
4. studentsAre = feels[3] | |
Section 2: | |
1. prices.length | |
2. prices[count] | |
3. to add a + 1 to count variable for the loop variable | |
4. loop variable, end condition, loop body, post condition | |
Section 3: | |
1. undefined | |
2. no it is not, its a global | |
3. need to add the callback arugemnt. greet(message, name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment