Download link
File List
-
Lesson 7 Write and Run a JavaScript Program/003. 7.2 Write a JavaScript program for the browser.mp4 48.31 MB
Lesson 1 What Is JavaScript/001. Learning objectives.mp4 9.37 MB
Lesson 1 What Is JavaScript/002. 1.1 Learn what you can do with JavaScript.mp4 31.69 MB
Lesson 1 What Is JavaScript/003. 1.2 Look at JavaScript s language features.mp4 31.75 MB
Lesson 1 What Is JavaScript/004. 1.3 Learn the pros and cons of JavaScript.mp4 38.03 MB
Lesson 1 What Is JavaScript/005. 1.4 Learn the JavaScript dialects and browser compatibility.mp4 35.56 MB
Lesson 1 What Is JavaScript/006. 1.5 Run code using a REPL.mp4 19.42 MB
Lesson 1 What Is JavaScript/007. 1.6 Learn basic JavaScript syntax.mp4 22.35 MB
Lesson 2 Learn the 8 JavaScript Data Types/001. Learning objectives.mp4 8.3 MB
Lesson 2 Learn the 8 JavaScript Data Types/002. 2.1 Learn theTypes.mp4 12.18 MB
Lesson 2 Learn the 8 JavaScript Data Types/003. 2.2 Learn about JavaScript s number type.mp4 17.85 MB
Lesson 2 Learn the 8 JavaScript Data Types/004. 2.3 Learn about JavaScript s string type.mp4 18.21 MB
Lesson 2 Learn the 8 JavaScript Data Types/005. 2.4 Learn about JavaScript s boolean type.mp4 7.33 MB
Lesson 2 Learn the 8 JavaScript Data Types/006. 2.5 Learn about JavaScript s object type.mp4 21.08 MB
Lesson 2 Learn the 8 JavaScript Data Types/007. 2.6 Learn about arrays in JavaScript.mp4 10.52 MB
Lesson 2 Learn the 8 JavaScript Data Types/008. 2.7 Learn about JavaScript s function type.mp4 8.08 MB
Lesson 2 Learn the 8 JavaScript Data Types/009. 2.8 Learn about JavaScript s undefined type.mp4 8.5 MB
Lesson 2 Learn the 8 JavaScript Data Types/010. 2.9 Learn about JavaScript s bigint type.mp4 9.73 MB
Lesson 2 Learn the 8 JavaScript Data Types/011. 2.10 Learn about JavaScript s symbol type.mp4 11.3 MB
Lesson 3 Learn Basic JavaScript Control Flow/001. Learning objectives.mp4 8.57 MB
Lesson 3 Learn Basic JavaScript Control Flow/002. 3.1 Learn about equality in JavaScript.mp4 19 MB
Lesson 3 Learn Basic JavaScript Control Flow/003. 3.2 Learn about if-statements in JavaScript.mp4 14.19 MB
Lesson 3 Learn Basic JavaScript Control Flow/004. 3.3 Learn about for-loops in JavaScript.mp4 16.35 MB
Lesson 3 Learn Basic JavaScript Control Flow/005. 3.4 Learn about while-loops and do-while loops in JavaScript.mp4 5.12 MB
Lesson 3 Learn Basic JavaScript Control Flow/006. 3.5 Handle and throw errors in JavaScript.mp4 10.34 MB
Lesson 3 Learn Basic JavaScript Control Flow/007. 3.6 Learn about switch-case blocks in JavaScript.mp4 6.91 MB
Lesson 3 Learn Basic JavaScript Control Flow/008. 3.7 Learn about ternary operators in JavaScript.mp4 5.63 MB
Lesson 3 Learn Basic JavaScript Control Flow/009. 3.8 Learn the difference between block-scoped and function-scoped variables.mp4 15.23 MB
Lesson 4 Learn Object-Oriented Programming in JavaScript/001. Learning objectives.mp4 9.82 MB
Lesson 4 Learn Object-Oriented Programming in JavaScript/002. 4.1 Learn about JavaScript classes.mp4 20.96 MB
Lesson 4 Learn Object-Oriented Programming in JavaScript/003. 4.2 Learn about prototype-based inheritance.mp4 28.85 MB
Lesson 4 Learn Object-Oriented Programming in JavaScript/004. 4.3 Learn about this keyword in JavaScript.mp4 23.05 MB
Lesson 5 Work with Arrays and Objects/001. Learning objectives.mp4 7.74 MB
Lesson 5 Work with Arrays and Objects/002. 5.1 Use built-in object functions.mp4 19.91 MB
Lesson 5 Work with Arrays and Objects/003. 5.2 Use built-in array functions.mp4 29.3 MB
Lesson 6 Learn JavaScript ES6+ Syntax/001. Learning objectives.mp4 11.25 MB
Lesson 6 Learn JavaScript ES6+ Syntax/002. 6.1 Write functions using arrow syntax .mp4 15.8 MB
Lesson 6 Learn JavaScript ES6+ Syntax/003. 6.2 Set default values for function arguments.mp4 10.68 MB
Lesson 6 Learn JavaScript ES6+ Syntax/004. 6.3 Learn about the spread operator .mp4 14.43 MB
Lesson 6 Learn JavaScript ES6+ Syntax/005. 6.4 Use object destructuring to get object properties.mp4 13.41 MB
Lesson 6 Learn JavaScript ES6+ Syntax/006. 6.5 Use Interpolation to insert data into strings.mp4 6.01 MB
Lesson 6 Learn JavaScript ES6+ Syntax/007. 6.6 Learn the Import and Export code in JavaScript.mp4 22.73 MB
Lesson 7 Write and Run a JavaScript Program/001. Learning objectives.mp4 12.22 MB
Lesson 7 Write and Run a JavaScript Program/002. 7.1 Learn about writing and running JavaScript programs.mp4 6.35 MB
Introduction/001. Learn JavaScript Introduction.mp4 27.86 MB
Lesson 7 Write and Run a JavaScript Program/004. 7.3 Move JavaScript to an external script.mp4 6.68 MB
Lesson 7 Write and Run a JavaScript Program/005. 7.4 Install Node.js and NPM.mp4 8.89 MB
Lesson 7 Write and Run a JavaScript Program/006. 7.5 Write a Node script.mp4 26.85 MB
Lesson 7 Write and Run a JavaScript Program/007. 7.6 Use Babel to transpile code.mp4 13.96 MB
Lesson 8 Work with Asynchronous Code in JavaScript/001. Learning objectives.mp4 7.64 MB
Lesson 8 Work with Asynchronous Code in JavaScript/002. 8.1 Use callbacks to handle asynchronous operations.mp4 14.03 MB
Lesson 8 Work with Asynchronous Code in JavaScript/003. 8.2 Use Promises to handle asynchronous operations.mp4 19.6 MB
Lesson 8 Work with Asynchronous Code in JavaScript/004. 8.3 Use AsyncAwait to handle asynchronous operations.mp4 23.88 MB
Lesson 9 Create a Web Server with JavaScript/001. Learning objectives.mp4 10.02 MB
Lesson 9 Create a Web Server with JavaScript/002. 9.1 Learn the basics of writing a Node server.mp4 13.66 MB
Lesson 9 Create a Web Server with JavaScript/003. 9.2 Create and set up a Node.js project.mp4 13.45 MB
Lesson 9 Create a Web Server with JavaScript/004. 9.3 Create and run a basic Express server.mp4 22.61 MB
Lesson 9 Create a Web Server with JavaScript/005. 9.4 Create and test a GET endpoint.mp4 27.47 MB
Lesson 9 Create a Web Server with JavaScript/006. 9.5 Read a file with the fs package.mp4 21.26 MB
Lesson 9 Create a Web Server with JavaScript/007. 9.6 Create and test a POST endpoint.mp4 33.51 MB
Lesson 10 Learn JavaScript Best Practices/001. Learning objectives.mp4 7.4 MB
Lesson 10 Learn JavaScript Best Practices/002. 10.1 Use ESLint to ensure code style.mp4 36.18 MB
Lesson 10 Learn JavaScript Best Practices/003. 10.2 Ensure immutability in JavaScript programs.mp4 15.56 MB
Lesson 10 Learn JavaScript Best Practices/004. 10.3 Avoid loops when working with arrays.mp4 19.96 MB
Lesson 11 Use GenAI Tools for JavaScript Development/001. Learning objectives.mp4 7.54 MB
Lesson 11 Use GenAI Tools for JavaScript Development/002. 11.1 Use ChatGPT to write JavaScript code.mp4 29.81 MB
Lesson 11 Use GenAI Tools for JavaScript Development/003. 11.2 Use Google Gemini to write JavaScript code.mp4 21.71 MB
Lesson 11 Use GenAI Tools for JavaScript Development/004. 11.3 Integrate GitHub Copilot into your IDE.mp4 27.48 MB
Summary/001. Learn JavaScript Summary.mp4 7.39 MB
Download Info
-
Tips
“Learn JavaScript Write Modern Code with JavaScript ESNext, 2nd Edition” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.