Learn JavaScript - Full Course for Beginners

Learn JavaScript - Full Course for Beginners

freeCodeCamp.org via freeCodeCamp Direct link

Strict Inequality Operator

63 of 135

63 of 135

Strict Inequality Operator

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Learn JavaScript - Full Course for Beginners

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 Running JavaScript
  3. 3 Comment Your Code
  4. 4 Declare Variables
  5. 5 Storing Values with the Assignment Operator
  6. 6 Initializing Variables with the Assignment Operator
  7. 7 Uninitialized Variables
  8. 8 Case Sensitivity in Variables
  9. 9 Add Two Numbers
  10. 10 Subtract One Number from Another
  11. 11 Multiply Two Numbers
  12. 12 Dividing Numbers
  13. 13 Increment
  14. 14 Decrement
  15. 15 Decimal Numbers
  16. 16 Multiply Two Decimals
  17. 17 Divide Decimals
  18. 18 Finding a Remainder
  19. 19 Augmented Addition
  20. 20 Augmented Subtraction
  21. 21 Augmented Multiplication
  22. 22 Augmented Division
  23. 23 Declare String Variables
  24. 24 Escaping Literal Quotes
  25. 25 Quoting Strings with Single Quotes
  26. 26 Escape Sequences
  27. 27 Plus Operator
  28. 28 Plus Equals Operator
  29. 29 Constructing Strings with Variables
  30. 30 Appending Variables to Strings
  31. 31 Length of a String
  32. 32 Bracket Notation
  33. 33 Understand String Immutability
  34. 34 Find the Nth Character
  35. 35 Find the Last Character
  36. 36 Find the Nth-to-Last Character
  37. 37 Word Blanks
  38. 38 Arrays
  39. 39 Nest Arrays
  40. 40 Access Array Data
  41. 41 Modify Array Data
  42. 42 Access Multi-Dimensional Arrays
  43. 43 push()
  44. 44 pop()
  45. 45 shift()
  46. 46 unshift()
  47. 47 Shopping List
  48. 48 Write Reusable with Functions
  49. 49 Arguments
  50. 50 Global Scope
  51. 51 Local Scope
  52. 52 Global vs Local Scope in Functions
  53. 53 Return a Value from a Function
  54. 54 Undefined Value returned
  55. 55 Assignment with a Returned Value
  56. 56 Stand in Line
  57. 57 Boolean Values
  58. 58 If Statements
  59. 59 Equality Operator
  60. 60 Strict Equality Operator
  61. 61 Comparing different values
  62. 62 Inequality Operator
  63. 63 Strict Inequality Operator
  64. 64 Greater Than Operator
  65. 65 Greater Than Or Equal To Operator
  66. 66 Less Than Operator
  67. 67 Less Than Or Equal To Operator
  68. 68 And Operator
  69. 69 Or Operator
  70. 70 Else Statements
  71. 71 Else If Statements
  72. 72 Logical Order in If Else Statements
  73. 73 Chaining If Else Statements
  74. 74 Golf Code
  75. 75 Switch Statements
  76. 76 Default Option in Switch Statements
  77. 77 Identical Options in Switch Statements
  78. 78 Replacing If Else Chains with Switch
  79. 79 Returning Boolean Values from Functions
  80. 80 Return Early Pattern for Functions
  81. 81 Counting Cards
  82. 82 Build Objects
  83. 83 Dot Notation
  84. 84 Bracket Notation
  85. 85 Variables
  86. 86 Updating Object Properties
  87. 87 Add New Properties to Object
  88. 88 Delete Properties from Object
  89. 89 Objects for Lookups
  90. 90 Testing Objects for Properties
  91. 91 Manipulating Complex Objects
  92. 92 Nested Objects
  93. 93 Nested Arrays
  94. 94 Record Collection
  95. 95 While Loops
  96. 96 For Loops
  97. 97 Odd Numbers With a For Loop
  98. 98 Count Backwards With a For Loop
  99. 99 Iterate Through an Array with a For Loop
  100. 100 Nesting For Loops
  101. 101 Do...While Loops
  102. 102 Profile Lookup
  103. 103 Random Fractions
  104. 104 Random Whole Numbers
  105. 105 Random Whole Numbers within a Range
  106. 106 parseInt Function
  107. 107 parseInt Function with a Radix
  108. 108 Ternary Operator
  109. 109 Multiple Ternary Operators
  110. 110 var vs let
  111. 111 var vs let scopes
  112. 112 const Keyword
  113. 113 Mutate an Array Declared with const
  114. 114 Prevent Object Mutation
  115. 115 Arrow Functions
  116. 116 Arrow Functions with Parameters
  117. 117 Higher Order Arrow Functions
  118. 118 Default Parameters
  119. 119 Rest Operator
  120. 120 Spread Operator
  121. 121 Destructuring Assignment: Objects
  122. 122 Destructuring Assignment: Nested Objects
  123. 123 Destructuring Assignment: Arrays
  124. 124 Destructuring Assignment with Rest Operator to Reassign Array
  125. 125 Destructuring Assignment to Pass an Object
  126. 126 Template Literals
  127. 127 Simple Fields
  128. 128 Declarative Functions
  129. 129 class Syntax
  130. 130 getters and setters
  131. 131 import vs require
  132. 132 export
  133. 133 * to Import
  134. 134 export default
  135. 135 Import a Default Export

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.