Общая информация
Название the-complete-javascript-course
Тип
Размер 3.05Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
001 30 Questions to Test Your JavaScript Knowledge.html 22.28Кб
001 Welcome to This Course.mp4 86.11Мб
002 READ BEFORE YOU START.html 5.14Кб
003 Get My Best Design and Coding Resources.html 1015б
004 Setting up Our Tools Brackets and Google Chrome.mp4 13.27Мб
005 Section Intro.mp4 24.73Мб
006 Download the Code.html 1.38Кб
007 Introduction to JavaScript.mp4 9.60Мб
008 Getting Started with JavaScript.mp4 10.61Мб
009 Variables and Data Types.mp4 18.32Мб
010 Variable Mutation and Type Coercion.mp4 34.87Мб
011 Operators.mp4 38.79Мб
012 If else Statements.mp4 21.95Мб
013 Boolean Logic and Switch Statements.mp4 35.62Мб
014 Coding Challenge 1.mp4 5.61Мб
015 Coding Challenge 1 Solution.mp4 35.26Мб
016 Functions.mp4 36.78Мб
017 Statements and Expressions.mp4 7.53Мб
018 Arrays.mp4 25.88Мб
019 Objects and Properties.mp4 21.82Мб
020 Objects and Methods.mp4 38.18Мб
021 Loops and Iteration.mp4 43.12Мб
022 Coding Challenge 2.mp4 8.36Мб
023 Coding Challenge 2 Solution.mp4 33.42Мб
024 Important Note ES5 ES6 ES2015 and ES2016.mp4 11.96Мб
025 Section Intro.mp4 32.96Мб
026 Download the Code.html 1.35Кб
027 How Our Code Is Executed JavaScript Parsers and Engines.mp4 6.08Мб
028 Execution Contexts and the Execution Stack.mp4 12.09Мб
029 Execution Contexts in Detail Creation and Execution Phases and Hoisting.mp4 9.23Мб
030 Hoisting in Practice.mp4 28.50Мб
031 Scoping and the Scope Chain.mp4 27.93Мб
032 The this Keyword.mp4 5.16Мб
033 The this Keyword in Practice.mp4 26.64Мб
034 Section Intro.mp4 20.58Мб
035 Download the Code.html 1.36Кб
036 The DOM and DOM Manipulation.mp4 5.17Мб
037 5-Minute HTML and CSS Crash Course.mp4 21.04Мб
038 Project Setup and Details.mp4 14.29Мб
039 First DOM Access and Manipulation.mp4 52.94Мб
040 Events and Event Handling Rolling the Dice.mp4 48.58Мб
041 Updating Scores and Changing the Active Player.mp4 42.31Мб
042 Implementing Our Hold Function and the DRY Principle.mp4 58.98Мб
043 Creating a Game Initialization Function.mp4 41.63Мб
044 Finishing Touches State Variables.mp4 29.43Мб
045 Coding Challenge 3.mp4 9.59Мб
046 Coding Challenge 3 Solution Part 1.mp4 19.45Мб
047 Coding Challenge 3 Solution Part 2.mp4 27.33Мб
048 Coding Challenge 3 Solution Part 3.mp4 29.43Мб
049 Section Intro.mp4 29.97Мб
050 Download the Code.html 1.28Кб
051 Everything Is an Object Inheritance and the Prototype Chain.mp4 21.53Мб
052 Creating Objects Function Constructors.mp4 32.25Мб
053 The Prototype Chain in the Console.mp4 23.71Мб
054 Creating Objects Object.create.mp4 16.92Мб
055 Primitives vs. Objects.mp4 20.02Мб
056 First Class Functions Passing Functions as Arguments.mp4 33.82Мб
057 First Class Functions Functions Returning Functions.mp4 21.70Мб
058 Immediately Invoked Function Expressions IIFE.mp4 14.91Мб
059 Closures.mp4 41.55Мб
060 Bind Call and Apply.mp4 43.34Мб
061 Coding Challenge 4.mp4 18.10Мб
062 Coding Challenge 4 Solution Part 1.mp4 54.22Мб
063 Coding Challenge 4 Solution Part 2.mp4 48.73Мб
064 Section Intro.mp4 33.99Мб
065 Download the Code.html 1.68Кб
066 Project Setup and Details.mp4 14.48Мб
067 Project Planning and Architecture Step 1.mp4 12.76Мб
068 Implementing the Module Pattern.mp4 35.72Мб
069 Setting up the First Event Listeners.mp4 39.07Мб
070 Reading Input Data.mp4 50.33Мб
071 Creating an Initialization Function.mp4 16.81Мб
072 Creating Income and Expense Function Constructors.mp4 22.38Мб
073 Adding a New Item to Our Budget Controller.mp4 48.00Мб
074 Adding a New Item to the UI.mp4 69.67Мб
075 Clearing Our Input Fields.mp4 36.00Мб
076 Updating the Budget Controller.mp4 31.34Мб
077 Updating the Budget Budget Controller.mp4 63.06Мб
078 Updating the Budget UI Controller.mp4 49.88Мб
079 Project Planning and Architecture Step 2.mp4 5.93Мб
080 Event Delegation.mp4 8.69Мб
081 Setting up the Delete Event Listener Using Event Delegation.mp4 66.14Мб
082 Deleting an Item from Our Budget Controller.mp4 59.01Мб
083 Deleting an Item from the UI.mp4 33.42Мб
084 Project Planning and Architecture Step 3.mp4 4.82Мб
085 Updating the Percentages Controller.mp4 14.09Мб
086 Updating the Percentages Budget Controller.mp4 50.71Мб
087 Updating the Percentages UI Controller.mp4 39.26Мб
088 Formatting Our Budget Numbers String Manipulation.mp4 59.20Мб
089 Displaying the Current Month and Year.mp4 26.64Мб
090 Finishing Touches Improving the UX.mp4 33.83Мб
091 Weve Made It Final Considerations.mp4 4.00Мб
092 Section Intro.mp4 15.04Мб
093 Download the Code.html 1.24Кб
094 Whats new in ES6 ES2015.mp4 19.11Мб
095 Variable Declarations with let and const.mp4 40.43Мб
096 Blocks and IIFEs.mp4 8.85Мб
097 Strings in ES6 ES2015.mp4 25.01Мб
098 Arrow Functions Basics.mp4 19.72Мб
099 Arrow Functions Lexical this Keyword.mp4 45.71Мб
100 Destructuring.mp4 19.04Мб
101 Arrays in ES6 ES2015.mp4 42.22Мб
102 The Spread Operator.mp4 23.66Мб
103 Rest Parameters.mp4 31.59Мб
104 Default Parameters.mp4 20.13Мб
105 Maps.mp4 52.06Мб
106 Classes.mp4 25.51Мб
107 Classes with Subclasses.mp4 45.63Мб
108 Coding Challenge 5.mp4 9.02Мб
109 Coding Challenge 5 Solution.mp4 87.11Мб
110 How to use ES2015 ES6 Today.mp4 56.45Мб
111 Some Considerations Before You Start.html 2.39Кб
112 Where to Go from Here.mp4 44.04Мб
113 Be the First to Know About New Course Launches.html 1.28Кб
2-JS-Basics.zip 1.53Кб
2-JS-Basics-Final.zip 4.50Кб
3-How-JS-Works.zip 1.29Кб
3-How-JS-Works-Final.zip 1.57Кб
4-DOM-Pig-Game.zip 1.50Мб
4-DOM-Pig-Game-Final.zip 1.51Мб
5-Advanced-JS.zip 1.02Кб
5-Advanced-JS-Final.zip 4.06Кб
6-Budgety.zip 1.12Мб
6-Budgety-Final.zip 1.13Мб
7-EcmaScript2015.zip 2.09Кб
7-EcmaScript2015-Final.zip 43.38Кб
budgety-planning-guide.pdf 5.40Мб
Статистика распространения по странам
Всего 0
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент