种子简介
种子名称:
Wes Bos - ES6 For Everyone
文件类型:
视频
文件数目:
78个文件
文件大小:
4.44 GB
收录时间:
2023-5-6 19:53
已经下载:
3次
资源热度:
161
最近下载:
2024-12-19 17:39
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:9d39239b1a4a4d293ecd848616a1ea6bfd47fb4a&dn=Wes Bos - ES6 For Everyone
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
Wes Bos - ES6 For Everyone.torrent
13 JavaScript Modules and Using npm/45 JavaScript Modules and WebPack 2 Tooling Setup.mp4210.33MB
00 Getting Setup/00 Getting Setup.mp414.17MB
01 New Variables - Creation, Updating and Scoping/01 var Scoping Refresher.mp461.45MB
01 New Variables - Creation, Updating and Scoping/02 let VS const.mp444.19MB
01 New Variables - Creation, Updating and Scoping/03 let and const in the Real World.mp456.72MB
01 New Variables - Creation, Updating and Scoping/04 Temporal Dead Zone.mp415.68MB
01 New Variables - Creation, Updating and Scoping/05 Is var Dead What should I use.mp420.42MB
02 Function Improvements - Arrows and Default Arguments/06 Arrow Functions Introduction.mp459.41MB
02 Function Improvements - Arrows and Default Arguments/07 More Arrow Function Examples.mp449.74MB
02 Function Improvements - Arrows and Default Arguments/08 Arrow Functions and 'this'.mp492.77MB
02 Function Improvements - Arrows and Default Arguments/09 Default Function Arguments.mp441.53MB
02 Function Improvements - Arrows and Default Arguments/10 When NOT to use an Arrow Function.mp461.21MB
02 Function Improvements - Arrows and Default Arguments/11 Arrow Functions Exercises.mp499.31MB
03 Template Strings/12 Template Strings Introduction.mp425.25MB
03 Template Strings/13 Creating HTML fragments with Template Literals.mp496.06MB
03 Template Strings/14 Tagged Template Literals.mp487.13MB
03 Template Strings/15 Tagged Templates Exercise.mp476.88MB
03 Template Strings/16 Sanitizing User Data with Tagged Templates.mp452.77MB
04 Additional String Improvements/17 New String Methods.mp477.12MB
05 Destructuring/18 Destructuring Objects.mp489.36MB
05 Destructuring/19 Destructuring Arrays.mp455.64MB
05 Destructuring/20 Swapping Variables with Destructuring.mp427.75MB
05 Destructuring/21 Destructuring Functions - Multiple returns and named defaults.mp457.88MB
06 Iterables & Looping/22 The for of loop.mp4108.96MB
06 Iterables & Looping/23 The for of Loop in Action.mp493.91MB
06 Iterables & Looping/24 Using for of with Objects.mp424.92MB
07 An Array of Array Improvements/25 Array.from() and Array.of().mp476.02MB
07 An Array of Array Improvements/26 Array. find() and .findIndex().mp448.75MB
07 An Array of Array Improvements/27 Array .some() and .every().mp425.5MB
08 Say Hello to Spread and Rest/28 Spread Operator Introduction.mp458.77MB
08 Say Hello to Spread and Rest/29 Spread Exercise.mp463.86MB
08 Say Hello to Spread and Rest/30 More Spread Examples.mp467.43MB
08 Say Hello to Spread and Rest/31 Spreading into a function.mp437.36MB
08 Say Hello to Spread and Rest/32 The rest param in Functions and destructuring.mp466.62MB
09 Object Literal Upgrades/33 Object Literal Upgrades.mp490.88MB
10 Promises/34 Promises.mp460.45MB
10 Promises/35 Building your own Promises.mp439.12MB
10 Promises/36 Chaining Promises + Flow Control.mp4102.35MB
10 Promises/37 Working with Multiple Promises.mp480.63MB
11 Symbols/38 All About Symbols.mp470.25MB
12 Code Quality with ESLint/39 Getting Started with ESLint.mp4121.84MB
12 Code Quality with ESLint/40 Airbnb ESLint Settings.mp4117.33MB
12 Code Quality with ESLint/41 Line and File Specific Settings.mp466.16MB
12 Code Quality with ESLint/42 ESLint Plugins.mp445.28MB
12 Code Quality with ESLint/43 ESLint inside Atom and Sublime Text.mp465.85MB
12 Code Quality with ESLint/44 Only Allow ESLint Passing Code into your git repos.mp441.64MB
13 JavaScript Modules and Using npm/46 Creating your own Modules.mp4105MB
13 JavaScript Modules and Using npm/47 More ES6 Module Practice.mp4107.97MB
14 ES6 Tooling/48 Tool-Free Modules with SystemJS (+bonus BrowserSync setup).mp472.08MB
14 ES6 Tooling/49 All About Babel + npm scripts.mp4145.65MB
14 ES6 Tooling/50 Polyfilling ES6 for Older Browsers.mp468.36MB
15 Classes/51 Prototypal Inheritance Review.mp462.09MB
15 Classes/52 Say Hello to Classes.mp475.14MB
15 Classes/53 Extending Classes and using super().mp458.17MB
15 Classes/54 Extending Arrays with Classes for Custom Collections.mp476.56MB
16 Generators/55 Introducing Generators.mp476.3MB
16 Generators/56 Using Generators for Ajax Flow Control.mp477.85MB
16 Generators/57 Looping Generators with for of.mp420MB
17 Proxies/58 What are Proxies.mp470.42MB
17 Proxies/59 Another Proxy Example.mp441.56MB
17 Proxies/60 Using Proxies to combat silly errors.mp454.16MB
18 Sets and WeakSets/61 Sets.mp449.48MB
18 Sets and WeakSets/62 Understanding Sets with Brunch.mp427.25MB
18 Sets and WeakSets/63 WeakSets.mp441.97MB
19 Map and Weak Map/64 Maps.mp430.59MB
19 Map and Weak Map/65 Map Metadata with DOM Node Keys.mp444.61MB
19 Map and Weak Map/66 WeakMap and Garbage Collection.mp429.73MB
20 Async + Await Flow Control/67 Async Await - Native Promises Review.mp423.63MB
20 Async + Await Flow Control/68 Async Await - Custom Promises Review.mp412.53MB
20 Async + Await Flow Control/69 All About Async + Await.mp421.43MB
20 Async + Await Flow Control/70 Async + Await Error Handling.mp438.15MB
20 Async + Await Flow Control/71 Waiting on Multiple Promises.mp419.62MB
20 Async + Await Flow Control/72 Promisifying Callback Based Functions.mp411.28MB
21 ES7, ES8 + Beyond/73 Class Properties.mp49.54MB
21 ES7, ES8 + Beyond/74 padStart and padEnd.mp410.86MB
21 ES7, ES8 + Beyond/75 ES7 Exponential Operator.mp42.42MB
21 ES7, ES8 + Beyond/76 Function Arguments Trailing Comma.mp45.84MB
21 ES7, ES8 + Beyond/77 Object.entries() and Object.values().mp413.22MB