Go Pro!

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Javascript for Beginners

This playlist contains 105 interactive scrims.

Javascript for Beginners

105 lessons

1. Build Javascript Objects
0:00
2. Comment Your Javascript Code
0:00
3. Data Types and Variables
0:00
4. Storing Values with Assignment Operator
0:00
5. Initializing Variables w/ Assignment Operator
0:00
6. Uninitialized Variables
0:00
7. Case Sensitivity in Variables
0:00
8. Adding Numbers
0:00
9. Subtracting Numbers
0:00
10. Multiplying Numbers
0:00
11. Dividing Number
0:00
12. Incrementing Numbers
0:00
13. Decrementing Numbers
0:00
14. Decimal Numbers
0:00
15. Multiply Decimals
0:00
16. Divide Decimals
0:00
17. Finding a Remainder
0:00
18. Compound Assignment with Augmented Addition
0:00
19. Compound Assignment with Augmented Substraction
0:00
20. Compound Assignment with Augmented Multiplication
0:00
21. Compound Assignment with Augmented Division
0:00
22. Declare String Variables
0:00
23. Escaping Literal Quotes in Strings
0:00
24. Quoting Strings with Single Quotes
0:00
25. Escape Sequences in Strings
0:00
26. Concatenating Strings with Plus Operator
0:00
27. Concatenating Strings with Plus Equals Operator
0:00
28. Constructing Strings with Variables
0:00
29. Appending Variables to Strings
0:00
30. Find Length of String
0:00
31. Bracket Notation to Find Any Character in String
0:00
32. String Immutability
0:00
33. Store Multiple Values with Arrays
0:00
34. Nested Arrays
0:00
35. Access Array Data with Indexes
0:00
36. Word Blanks
0:00
37. Modify Array Data With Indexes
0:00
38. Access Multi-Dimensional Arrays With Indexes
0:00
39. Manipulate Arrays with push()
0:00
40. Manipulate Arrays with pop()
0:00
41. Manipulate Arrays with shift()
0:00
42. Manipulate Arrays with unshift()
0:00
43. Shopping List
0:00
44. Write Reusable Code with Functions
0:00
45. Passing Values to Functions with Arguments
0:00
46. Global Scope and Functions
0:00
47. Local Scope and Functions
0:00
48. Global vs. Local Scope in Functions
0:00
49. Return a Value from a Function with Return
0:00
50. Understanding Undefined Value Returned from a Function
0:00
51. Assignment with a Returned Value
0:00
52. Stand in Line
0:00
53. Boolean Values
0:00
54. Use Conditional Logic with If Statements
0:00
55. Comparison with the Equality Operator
0:00
56. Comparison with the Strict Equality Operator
0:00
57. Practice Comparing Different Values
0:00
58. Comparison with the Inequality Operator
0:00
59. Comparison with the Strict Inequality Operator
0:00
60. Comparisons with the Logical And Operator
0:00
61. Comparison with the Greater Than Or Equal To Operator
0:00
62. Comparison with the Greater Than Or Equal To Operator
0:00
63. Comparison with The Less Than Operator
0:00
64. Comparison with the Less Than Or Equal To Operator
0:00
65. Comparisons with the Logical And Operator
0:00
66. Comparisons with the Logical Or Operator
0:00
67. Else Statements
0:00
68. Else If Statements
0:00
69. Logical Order in If Else Statements
0:00
70. Chaining If Else Statements
0:00
71. Golf Code
0:00
72. Switch Statements
0:00
73. Default Option in Switch Statements
0:00
74. Multiple Identical Options in Switch Statements
0:00
75. Replacing If Else Chains with Switch
0:00
76. Returning Early Pattern from Functions
0:00
77. Counting Cards
0:00
78. Build JavaScript Objects
0:00
79. Accessing Object Properties with Dot Notation
0:00
80. Accessing Object Properties with Bracket Notation
0:00
81. Accessing Object Properties with Variables
0:00
82. Updating Object Properties
0:00
83. Add New Properties to an Object
0:00
84. Delete Properties From an Object
0:00
85. Using Objects for Lookups
0:00
86. Testing Objects for Properties
0:00
87. Manipulating Complex Objects
0:00
88. Accessing Nested Objects
0:00
89. Accessing Nested Arrays
0:00
90. Record Collection
0:00
91. Iterate with While Loops
0:00
92. Iterate with For Loops
0:00
93. Iterate Odd Numbers with a For Loops
0:00
94. Count Backwards with a For Loop
0:00
95. Iterate Through an Array wıth a For Loop
0:00
96. Nesting For Loops
0:00
97. Iterate with Do... While Loops
0:00
98. Profile Lookup
0:00
99. Generate Random Fractions
0:00
100. Generate Random Whole Numbers
0:00
101. Generate Random Whole Numbers within a Range
0:00
102. Use the parseInt Function
0:00
103. Use the parseInt Function with a Radix
0:00
104. Use the Conditional (Ternary) Operator
0:00
105. Use Multiple Conditional (Ternary) Operators
0:00