TorBT - Torrents and Magnet Links Search Engine

[GigaCourse.Com] CBTNugget - JavaScript Essentials Online Training

File Name
Size
0. Websites you may like/[CourseClub.Me].url
122 B
0. Websites you may like/[GigaCourse.Com].url
49 B
1. Get Started with JavaScript .mp4
18 MB
10. While-Loops in JavaScript .mp4
30 MB
100. Creating New Dates .mp4
58 MB
101. Accessing Time Units .mp4
59 MB
102. Date Setter Methods .mp4
69 MB
103. Introduction .mp4
9.0 MB
104. Basic Class Syntax .mp4
73 MB
105. Defining Methods and Static Variables .mp4
75 MB
106. JavaScript Class Inheritance .mp4
100 MB
107. Introduction -3.mp4
14 MB
108. Pre-ES6 JavaScript Classes .mp4
76 MB
109. The instanceof Keyword .mp4
52 MB
11. Introduction -3.mp4
10 MB
110. Prototypal Inheritance Basics .mp4
76 MB
111. Interfaces in JavaScript .mp4
40 MB
112. Introduction -5.mp4
16 MB
113. The 3 Main Asynchronous Strategies .mp4
35 MB
114. Asynchronous Programming with Callbacks .mp4
59 MB
115. Callback Examples .mp4
83 MB
116. Asynchronous Programming with Promises .mp4
71 MB
117. Asynchronous Programming with Async and Await .mp4
35 MB
118. Introduction .mp4
16 MB
119. Setting Up an Express Project .mp4
38 MB
12. Weak vs. Strong Typing and Dynamic vs. Static Typing .mp4
31 MB
120. Creating an Express Server .mp4
46 MB
121. Adding Basic Request Handlers .mp4
52 MB
122. Separating Express Routes by Path .mp4
69 MB
123. Introduction .mp4
16 MB
124. Handling Different Request Types .mp4
40 MB
125. Testing POST, PUT, and DELETE Routes .mp4
68 MB
126. Handling a Request Body .mp4
113 MB
127. Handling URL and Query Parameters .mp4
71 MB
128. Introduction .mp4
12 MB
129. Methods for Customizing Responses .mp4
89 MB
13. Numbers in JavaScript .mp4
36 MB
130. Working with Cookies .mp4
73 MB
131. Adding Middleware to Express Servers .mp4
120 MB
132. Introduction -3.mp4
12 MB
133. Creating a List Endpoint .mp4
9.4 MB
134. Creating a Read Endpoint .mp4
36 MB
135. Creating a Search Endpoint .mp4
59 MB
136. Creating a Create Endpoint .mp4
65 MB
137. Creating Delete and Update Endpoints .mp4
73 MB
138. Introduction .mp4
24 MB
139. In-Depth String Details .mp4
69 MB
14. Strings in JavaScript .mp4
37 MB
140. Array-Related String Methods .mp4
95 MB
141. Colorizing Strings with Chalk .mp4
38 MB
142. Introduction .mp4
26 MB
143. Basics of the FS Package .mp4
100 MB
144. Reading Files .mp4
70 MB
145. Writing Data to Files .mp4
65 MB
146. Introduction .mp4
22 MB
147. Command-Line Arguments in Node.js .mp4
72 MB
148. Parsing Flags in Command-Line Arguments .mp4
71 MB
149. Boolean Flags and Flags with Multiple Values .mp4
84 MB
15. Booleans in JavaScript .mp4
48 MB
150. Introduction .mp4
33 MB
151. Getting User Input with Prompts .mp4
71 MB
152. The Readline Promises Package .mp4
62 MB
153. Strategies for Displaying Multiple Prompts .mp4
72 MB
154. Collecting Multi-Line Input .mp4
86 MB
155. Introduction .mp4
32 MB
156. Basic Functions for Console Drawing .mp4
102 MB
157. Drawing a Square .mp4
53 MB
158. Creating a Draw Rectangle Function .mp4
99 MB
159. Introduction .mp4
26 MB
16. Introduction -5.mp4
9.7 MB
160. Basic 4-Bit Console Color Syntax .mp4
67 MB
161. 8-Bit and RGB Console Color Syntax .mp4
54 MB
162. Other Font Decorations .mp4
24 MB
163. Creating Color Helper Functions .mp4
85 MB
164. Introduction -3.mp4
15 MB
165. Creating a Basic Loading Animation .mp4
112 MB
166. Creating an Animated Loading Bar .mp4
95 MB
167. Position Adjustments for Animations .mp4
47 MB
168. Displaying Progress for Real Tasks .mp4
46 MB
169. Introduction -5.mp4
29 MB
17. Objects in JavaScript .mp4
85 MB
170. Designing the Game .mp4
34 MB
171. The Main Game Loop .mp4
70 MB
172. Displaying Player Moves on the Grid .mp4
39 MB
173. Tracking Player Moves .mp4
54 MB
174. Displaying the Tic-Tac-Toe Grid .mp4
39 MB
175. Introduction -7.mp4
14 MB
176. Deciding Who Wins and Ending the Game .mp4
117 MB
177. Calculating Vertical, Diagonal, and Corner Wins .mp4
68 MB
178. Validating and Parsing User Input .mp4
92 MB
179. Introduction -9.mp4
30 MB
18. Arrays in JavaScript .mp4
35 MB
180. Basics of Websockets .mp4
51 MB
181. Setting Up A Socket.io Client and Server .mp4
63 MB
182. Sending and Handling Socket Events .mp4
58 MB
183. Creating a Simple Chat-Room Program .mp4
89 MB
184. Introduction 1.mp4
26 MB
185. Creating Client-Side and Server-Side Programs .mp4
63 MB
186. Basic Server-Client Communication Strategy .mp4
54 MB
187. Waiting for Other Players to Join .mp4
62 MB
188. Hosting Node.js Servers on Heroku .mp4
80 MB
189. Introduction 3.mp4
14 MB
19. Functions in JavaScript .mp4
55 MB
190. Starting the Game and Printing the Grid .mp4
68 MB
191. Getting Player Input Remotely .mp4
103 MB
192. Ending the Game Remotely .mp4
96 MB
193. Validating Input and Releasing Updates .mp4
56 MB
194. Introduction 5.mp4
18 MB
195. Calculating Cats' Games .mp4
80 MB
196. Rethinking the Player Management Strategy .mp4
144 MB
197. Managing Multiple Games .mp4
96 MB
198. Introduction 7.mp4
19 MB
199. Making Sure Positions are Empty .mp4
72 MB
2. What is JavaScript used for .mp4
33 MB
20. BigInts, Symbols, and Undefined in JavaScript .mp4
56 MB
200. Publishing the Client-Side Script to NPM .mp4
49 MB
201. Joining Games by ID .mp4
109 MB
202. Handling Different Join Methods .mp4
135 MB
21. Introduction -7.mp4
13 MB
22. Let Variables vs. Var Variables .mp4
46 MB
23. Double- and Triple-Equals Comparisons in JavaScript .mp4
58 MB
24. Built-in Errors in JavaScript .mp4
56 MB
25. Try-Catch Blocks in JavaScript .mp4
30 MB
26. Introduction .mp4
12 MB
27. JavaScript Array Basics .mp4
16 MB
28. Using the Spread Operator with Arrays .mp4
59 MB
29. Array Equality and Passing by Reference .mp4
54 MB
3. Run JavaScript in The Browser Console .mp4
27 MB
30. Deep-Equals Testing with Arrays .mp4
62 MB
31. Introduction .mp4
12 MB
32. The Array Constructor and .fill Method .mp4
53 MB
33. The .shift and .unshift Methods .mp4
31 MB
34. The .splice and .slice Methods .mp4
44 MB
35. The .toString and .join Methods .mp4
18 MB
36. The .includes, .indexOf, and .lastIndexOf Methods .mp4
42 MB
37. Introduction -3.mp4
12 MB
38. The .forEach Method .mp4
41 MB
39. The .find and .findIndex Methods .mp4
55 MB
4. Run JavaScript with HTML .mp4
43 MB
40. The .filter Method .mp4
40 MB
41. The .some and .every Methods .mp4
32 MB
42. The .map and .flatMap Methods .mp4
43 MB
43. Introduction .mp4
13 MB
44. JavaScript Object Basics .mp4
36 MB
45. The Spread Operator and Object Destructuring .mp4
82 MB
46. Object Equality and Passing by Reference .mp4
59 MB
47. Deep-Equals Testing with Objects .mp4
92 MB
48. Introduction .mp4
11 MB
49. The .keys and .values Methods .mp4
33 MB
5. Run JavaScript with Node.js .mp4
31 MB
50. The .entries and .fromEntries Methods .mp4
52 MB
51. The .assign Method .mp4
40 MB
52. The .freeze and .isFrozen Methods .mp4
36 MB
53. The .preventExtensions and .isExtensible Methods .mp4
34 MB
54. Introduction -3.mp4
12 MB
55. The .reduce Method Basics .mp4
55 MB
56. Intermediate .reduce Use Cases .mp4
71 MB
57. Advanced .reduce Use Cases .mp4
50 MB
58. The .reduceRight Method and Starting Values .mp4
42 MB
59. Introduction .mp4
22 MB
6. Introduction .mp4
11 MB
60. Calculate Array Min and Max .mp4
90 MB
61. Recreating Built-in Methods with Reduce .mp4
97 MB
62. Removing Duplicates .mp4
46 MB
63. Introduction .mp4
19 MB
64. Installing Lodash into a Node.js Project .mp4
48 MB
65. Adding Lodash to a Front-end Project .mp4
46 MB
66. Calling Basic Lodash Functions .mp4
76 MB
67. Extra Array Function Arguments .mp4
41 MB
68. Introduction .mp4
10 MB
69. Main Groups of Lodash Functions .mp4
26 MB
7. Declaring Variables in JavaScript .mp4
44 MB
70. The .pull and .pullAll Functions .mp4
39 MB
71. The .pullAllBy, .pullAllWith, and .pullAt Functions .mp4
90 MB
72. The .uniq and .sortedUniq Functions .mp4
78 MB
73. Introduction .mp4
14 MB
74. The Four Main Function Groups .mp4
22 MB
75. The .intersection Functions .mp4
103 MB
76. The .difference Functions .mp4
44 MB
77. The .union Functions .mp4
31 MB
78. The .xor Functions .mp4
29 MB
79. The By Transform Function .mp4
38 MB
8. If, Else, and Else If in JavaScript .mp4
33 MB
80. Introduction .mp4
16 MB
81. JavaScript's Built-in .sort Method .mp4
23 MB
82. Sorting with Comparator Functions .mp4
62 MB
83. Preventing Array Mutation .mp4
45 MB
84. Sorting Arrays of Objects and Arrays .mp4
100 MB
85. Lodash Sorting Functions .mp4
54 MB
86. Introduction .mp4
11 MB
87. Basic Function Syntax .mp4
63 MB
88. The arguments Object .mp4
52 MB
89. Default Arguments in Functions .mp4
40 MB
9. JavaScript's Many Different For-Loops .mp4
74 MB
90. Functions Inside Objects .mp4
49 MB
91. Introduction .mp4
12 MB
92. The .flatten, .flattenDeep, and .flattenDepth Functions .mp4
95 MB
93. The .chunk and .partition Functions .mp4
86 MB
94. The .zip and .unzip Functions .mp4
38 MB
95. Introduction .mp4
20 MB
96. The .toPairs and .fromPairs Functions .mp4
81 MB
97. The .zipObject and .zipObjectDeep Functions .mp4
50 MB
98. The .countBy and .groupBy Functions .mp4
98 MB
99. Introduction -3.mp4
20 MB
[CourseClub.Me].url
122 B
[GigaCourse.Com].url
49 B