Filename Size 01-introduction-to-javascript/001-welcome.mp4 40.1 MB 01-introduction-to-javascript/002-lets-understand-our-ide-development-tool-sublime-text.mp4 23.4 MB 01-introduction-to-javascript/003-lets-understand-our-ide-development-tool-jsbin.mp4 16.3 MB 01-introduction-to-javascript/004-what-can-javascript-do-a-preview-to-the-super-powers.mp4 45.2 MB 01-introduction-to-javascript/005-where-to-put-javascript.mp4 22.6 MB 01-introduction-to-javascript/attached_files/002-lets-understand-our-ide-development-tool-sublime-text/index.html 150 B 01-introduction-to-javascript/attached_files/005-where-to-put-javascript/whereTo.zip 1.8 KB 02-javascript-language-basics/006-how-to-see-the-output.mp4 8.9 MB 02-javascript-language-basics/007-syntax.mp4 19.2 MB 02-javascript-language-basics/008-comments.mp4 6.4 MB 02-javascript-language-basics/009-statements.mp4 21.7 MB 02-javascript-language-basics/010-variables.mp4 20.9 MB 02-javascript-language-basics/011-operators.mp4 26 MB 02-javascript-language-basics/012-data-types.mp4 20.8 MB 02-javascript-language-basics/013-functions.mp4 14.8 MB 02-javascript-language-basics/014-objects.mp4 17.3 MB 02-javascript-language-basics/015-scope.mp4 24.7 MB 02-javascript-language-basics/016-events.mp4 14.8 MB 02-javascript-language-basics/attached_files/011-operators/Arithmetic-Operators.png 82.8 KB 02-javascript-language-basics/attached_files/011-operators/Assignment-Operators.png 114 KB 02-javascript-language-basics/attached_files/011-operators/Bitwise-Operators.png 126.3 KB 02-javascript-language-basics/attached_files/011-operators/Comparison-Operators.png 92.4 KB 02-javascript-language-basics/attached_files/011-operators/Logical-Operators.png 45.2 KB 02-javascript-language-basics/attached_files/011-operators/Type-Operators.png 50.1 KB 02-javascript-language-basics/quizzes/001-declaring-creating-javascript-variables.html 3.1 KB 02-javascript-language-basics/quizzes/002-use-a-single-var-keyword-to-create-three-variables-with-the-following-values.html 3.1 KB 02-javascript-language-basics/quizzes/003-display-the-sum-of-5-10-using-two-variables-x-and-y..html 2.9 KB 02-javascript-language-basics/quizzes/004-use-the-multiplication-operator-to-display-multiplication-of-2-numbers.html 3.3 KB 02-javascript-language-basics/quizzes/005-display-the-difference-of-10-5-using-two-variables-x-and-y..html 2.8 KB 02-javascript-language-basics/quizzes/006-display-the-result-of-10-5-using-two-variables-x-and-y..html 2.8 KB 02-javascript-language-basics/quizzes/007-find-the-remainder-when-15-is-divided-by-9-using-two-variables-x-and-y..html 2.8 KB 02-javascript-language-basics/quizzes/008-use-the-operator-to-add-a-value-of-5-to-the-variable-x..html 2.8 KB 02-javascript-language-basics/quizzes/009-use-the-operator-to-subtract-a-value-of-5-from-the-variable-x..html 2.8 KB 02-javascript-language-basics/quizzes/010-use-the-operator-to-multiply-the-variable-x-with-5..html 2.8 KB 02-javascript-language-basics/quizzes/011-use-the-operator-to-divide-the-variable-x-with-5..html 2.8 KB 02-javascript-language-basics/quizzes/012-use-the-operator-to-assign-a-remainder-of-10-3-to-the-variable-x..html 2.8 KB 02-javascript-language-basics/quizzes/013-using-operator-to-concatenate-string.html 3.2 KB 02-javascript-language-basics/quizzes/014-call-the-function..html 2.8 KB 02-javascript-language-basics/quizzes/015-figure-out-what-is-wrong-with-the-function-fix-it-and-run-it-as-it-should.html 2.9 KB 02-javascript-language-basics/quizzes/016-use-the-function-to-display-the-product-of-5-5..html 2.8 KB 02-javascript-language-basics/quizzes/017-use-the-function-to-display-hello-john..html 2.9 KB 02-javascript-language-basics/quizzes/018-define-a-function-named-myfunction-and-make-it-display-hello-world-in-the-p-element..html 2.9 KB 02-javascript-language-basics/quizzes/019-display-john-by-extracting-information-from-the-person-object..html 3 KB 02-javascript-language-basics/quizzes/020-add-the-following-property-and-value-to-the-person-object-country-usa.html 3 KB 02-javascript-language-basics/quizzes/021-create-an-object-called-person-with-name-john-age-50.-then-access-the-object-to-display-john.html 3.2 KB 02-javascript-language-basics/quizzes/022-the-p-element-should-do-something-when-someone-clicks-on-it.-try-to-fix-it.html 2.8 KB 02-javascript-language-basics/quizzes/023-when-the-button-is-clicked-trigger-myfunction-with-an-event..html 3.1 KB 03-data-types/017-strings.mp4 23.5 MB 03-data-types/018-string-methods-part-1.mp4 19.8 MB 03-data-types/019-string-methods-part-2.mp4 24.1 MB 03-data-types/020-numbers.mp4 34.7 MB 03-data-types/021-number-methods.mp4 38.4 MB 03-data-types/022-math-object.mp4 31.9 MB 03-data-types/023-math.random.mp4 14.8 MB 03-data-types/024-dates.mp4 15.6 MB 03-data-types/025-date-formats.mp4 18.5 MB 03-data-types/026-date-methods.mp4 20.9 MB 03-data-types/027-arrays.mp4 24.1 MB 03-data-types/028-array-methods.mp4 29.3 MB 03-data-types/029-sorting-arrays.mp4 25.6 MB 03-data-types/030-booleans.mp4 14.2 MB 03-data-types/quizzes/024-assign-the-string-hello-world-to-the-variable-txt..html 2.9 KB 03-data-types/quizzes/025-use-the-length-property-to-display-the-length-of-the-txt-variables-value..html 2.9 KB 03-data-types/quizzes/026-the-string-below-is-broken-use-escape-characters-to-display-the-text-correctly..html 2.9 KB 03-data-types/quizzes/027-display-the-position-of-the-first-occurrence-of-world-in-the-variable-txt..html 2.9 KB 03-data-types/quizzes/028-use-the-slice-method-to-display-only-bananakiwi..html 2.8 KB 03-data-types/quizzes/029-use-the-replace-method-to-replace-world-with-universe..html 2.9 KB 03-data-types/quizzes/030-convert-the-value-of-txt-to-lower-case..html 2.9 KB 03-data-types/quizzes/031-convert-the-value-of-txt-to-upper-case..html 2.9 KB 03-data-types/quizzes/032-use-the-concat-method-to-join-the-two-strings-str1-and-str2..html 2.9 KB 03-data-types/quizzes/033-create-a-variable-called-mynumber-assign-the-value-50-to-it-and-display-it..html 2.9 KB 03-data-types/quizzes/034-the-value-of-z-should-be-11.-find-out-whats-wrong-and-fix-it..html 2.9 KB 03-data-types/quizzes/035-use-the-random-method-to-display-a-random-number..html 2.8 KB 03-data-types/quizzes/036-fix-the-code-to-display-the-number-with-the-highest-value..html 2.9 KB 03-data-types/quizzes/037-round-7.3-to-the-nearest-integer-and-display-it..html 2.8 KB 03-data-types/quizzes/038-display-the-square-root-of-9..html 2.8 KB 03-data-types/quizzes/039-create-a-date-object-to-display-the-date-and-time-for-1st-january-2017..html 2.9 KB 03-data-types/quizzes/040-create-an-array-named-cars-assign-the-values-saab-volvo-and-bmw-to-it-and-display-it..html 3 KB 03-data-types/quizzes/041-display-the-volvo-item-of-the-cars-array..html 2.9 KB 03-data-types/quizzes/042-change-the-first-item-of-cars-to-opel-by-referring-to-the-index-numberand-display-the-whole-array.html 3 KB 03-data-types/quizzes/043-use-the-length-property-to-display-the-number-of-array-items-in-cars..html 2.9 KB 03-data-types/quizzes/044-use-the-length-property-to-add-a-new-item-to-cars-mercedes..html 3 KB 03-data-types/quizzes/045-use-the-pop-method-to-remove-the-last-item-from-the-fruits-array..html 2.9 KB 03-data-types/quizzes/046-use-the-push-method-to-add-a-new-item-to-fruits-kiwi..html 3 KB 03-data-types/quizzes/047-use-the-splice-method-to-remove-orange-and-apple-from-fruits..html 3.1 KB 03-data-types/quizzes/048-use-the-concat-method-to-concatenate-girls-and-boys..html 3.1 KB 03-data-types/quizzes/049-use-the-sort-method-to-sort-the-array-alphabetically..html 2.9 KB 04-objects/031-objects-and-the-this-keyword.mp4 25.8 MB 04-objects/032-object-property.mp4 20.4 MB 04-objects/033-object-methods.mp4 8.4 MB 04-objects/034-object-prototype.mp4 17.6 MB 04-objects/035-response-to-question-pass-by-value-vs-pass-by-reference.mp4 24.2 MB 05-comparison-logical-operators/036-comparison-operators.mp4 21.2 MB 05-comparison-logical-operators/037-logical-operators.mp4 29.8 MB 05-comparison-logical-operators/quizzes/050-choose-the-correct-comparison-operator-to-display-true-when-5-is-less-than-7..html 2.9 KB 05-comparison-logical-operators/quizzes/051-choose-the-correct-comparison-operator-to-display-true-when-10-is-greater-than-7..html 2.9 KB 05-comparison-logical-operators/quizzes/052-choose-the-correct-comparison-operator-to-display-true-when-10-is-equal-to-10..html 2.9 KB 05-comparison-logical-operators/quizzes/053-choose-the-correct-comparison-operator-to-display-true-when-10-is-not-equal-to-8..html 2.9 KB 06-conditional-statements/038-if...else-statements.mp4 14 MB