种子简介
种子名称:
[CourseClub.NET]] Lynda - JavaScript-Essential-Training
文件类型:
视频
文件数目:
74个文件
文件大小:
986.85 MB
收录时间:
2019-6-24 05:26
已经下载:
3次
资源热度:
138
最近下载:
2025-4-1 08:40
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:471b779100315d849d6f91ca9934faec35eb747e&dn=[CourseClub.NET]] Lynda - JavaScript-Essential-Training
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[CourseClub.NET]] Lynda - JavaScript-Essential-Training.torrent
01 Introduction/001 Welcome.mp49.57MB
01 Introduction/002 How to use the exercise files.mp43.84MB
02 JavaScript_ An Introduction/001 What is JavaScript_.mp414.04MB
02 JavaScript_ An Introduction/002 How does JavaScript relate to Java_.mp413.03MB
02 JavaScript_ An Introduction/003 Navigating the JavaScript landscape.mp410.07MB
03 The Basics/001 Tools for JavaScript development.mp46.63MB
03 The Basics/002 Introducing the browser console.mp424.31MB
03 The Basics/003 Add inline JavaScript to a HTML document.mp49.7MB
03 The Basics/004 Add JavaScript in an external file.mp410.66MB
03 The Basics/005 How to write JavaScript_ A crash course.mp410.66MB
04 Working with data/001 Variables_ The catch-all containers of JavaScript.mp447.18MB
04 Working with data/002 Data types in JavaScript.mp48.71MB
04 Working with data/003 Arithmetic operators and math.mp49.1MB
04 Working with data/004 Working with strings and numbers.mp418.8MB
04 Working with data/005 Conditional statements and logic.mp411.12MB
04 Working with data/006 Advanced conditions and logic.mp47.94MB
04 Working with data/007 Arrays.mp411.02MB
04 Working with data/008 Properties and methods in arrays.mp414.9MB
05 Functions and Objects/001 Functions in JavaScript.mp428.09MB
05 Functions and Objects/002 Build a basic function.mp46.49MB
05 Functions and Objects/003 Add arguments to the function.mp44.98MB
05 Functions and Objects/004 Return values from a function.mp48.86MB
05 Functions and Objects/005 Anonymous functions.mp410.26MB
05 Functions and Objects/006 Immediately invoked functional expressions.mp48.39MB
05 Functions and Objects/007 Variable scope.mp425.28MB
05 Functions and Objects/008 ES2015_ let and const.mp410.32MB
05 Functions and Objects/009 Make sense of objects.mp416.62MB
05 Functions and Objects/010 Object constructors.mp413.72MB
05 Functions and Objects/011 Sidebar_ Dot and bracket notation.mp452.37MB
05 Functions and Objects/012 Closures.mp416.37MB
06 JavaScript and the DOM, Part 1_ Changing DOM Elements/001 DOM_ The document object model.mp417.46MB
06 JavaScript and the DOM, Part 1_ Changing DOM Elements/002 Target elements in the DOM with querySelector methods.mp414.22MB
06 JavaScript and the DOM, Part 1_ Changing DOM Elements/003 Access and change elements.mp414.63MB
06 JavaScript and the DOM, Part 1_ Changing DOM Elements/004 Access and change classes.mp413.44MB
06 JavaScript and the DOM, Part 1_ Changing DOM Elements/005 Access and change attributes.mp412.8MB
06 JavaScript and the DOM, Part 1_ Changing DOM Elements/006 Add DOM elements.mp414.34MB
06 JavaScript and the DOM, Part 1_ Changing DOM Elements/007 Apply inline CSS to an element.mp412.81MB
07 Project_ Create an Analog Clock/001 Create an analog clock_ Project breakdown.mp48.19MB
07 Project_ Create an Analog Clock/002 Use CSS to move clock hands.mp410.12MB
07 Project_ Create an Analog Clock/003 Use JavaScript to move clock hands.mp44.66MB
07 Project_ Create an Analog Clock/004 Get the current hour, minute, and second with the Date() object.mp43.79MB
07 Project_ Create an Analog Clock/005 Show the current time using fancy math.mp411.83MB
07 Project_ Create an Analog Clock/006 Make the clock move forward second by second.mp49.64MB
07 Project_ Create an Analog Clock/007 Solve the pesky _return to zero_ problem.mp412.44MB
08 JavaScript and the DOM, Part 2_ Events/001 What are DOM events_.mp47.45MB
08 JavaScript and the DOM, Part 2_ Events/002 Some typical DOM events.mp45.92MB
08 JavaScript and the DOM, Part 2_ Events/003 Trigger functions with event handlers.mp415.67MB
08 JavaScript and the DOM, Part 2_ Events/004 Add and use event listeners.mp418.24MB
08 JavaScript and the DOM, Part 2_ Events/005 Pass arguments via event listeners.mp412.48MB
09 Project_ Typing Speed Tester/002 Rundown of HTML markup.mp46.87MB
09 Project_ Typing Speed Tester/003 Use event listeners to detect typing.mp49.94MB
09 Project_ Typing Speed Tester/004 Build a count-up timer.mp414.25MB
09 Project_ Typing Speed Tester/005 Build a helper function for leading zeros.mp47.85MB
09 Project_ Typing Speed Tester/006 Detect spelling errors by matching strings.mp49.95MB
09 Project_ Typing Speed Tester/007 Stop the timer when the test is done.mp410.02MB
09 Project_ Typing Speed Tester/008 Add a reset button.mp411.8MB
10 Loops/001 Loops.mp428.71MB
10 Loops/002 Looping through arrays.mp411.17MB
10 Loops/003 Break and continue loops.mp414.23MB
11 Project_ Automated Responsive Images Markup/001 Project breakdown.mp415.38MB
11 Project_ Automated Responsive Images Markup/002 Rundown of project setup.mp415.41MB
11 Project_ Automated Responsive Images Markup/003 Loop through all images in the document.mp49.69MB
11 Project_ Automated Responsive Images Markup/004 Create function to generate srcset value.mp412.28MB
11 Project_ Automated Responsive Images Markup/005 Create object containing different sizes values.mp415.74MB
11 Project_ Automated Responsive Images Markup/006 Update img markup with srcset and sizes attributes.mp45.67MB
12 Troubleshooting, Validating, and Minifying JavaScript/001 JavaScript validation and troubleshooting.mp411.95MB
12 Troubleshooting, Validating, and Minifying JavaScript/002 Troubleshooting JavaScript.mp419.64MB
12 Troubleshooting, Validating, and Minifying JavaScript/003 Send troubleshooting info to the console.mp421.32MB
12 Troubleshooting, Validating, and Minifying JavaScript/004 Step through your JavaScript with browser tools.mp416.17MB
12 Troubleshooting, Validating, and Minifying JavaScript/005 Online script linting.mp416.03MB
12 Troubleshooting, Validating, and Minifying JavaScript/006 Automate script linting.mp420.26MB
12 Troubleshooting, Validating, and Minifying JavaScript/007 Online script minification.mp48.46MB
12 Troubleshooting, Validating, and Minifying JavaScript/008 Automate script minification.mp45.74MB
13 Conclusion/001 Next Steps.mp45.2MB