Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
JavaScript Bible - JavaScript and ES6 Bootcamp 2019
JavaScript Bible - JavaScript and ES6 Bootcamp 2019

JavaScript Bible - JavaScript and ES6 Bootcamp 2019: JavaScript, ES6, Babel, NPM, Webpack – an entire JavaScript ecosystem in a one JavaScript Bootcamp course!

Arrow left icon
Profile Icon Bogdan Stashchuk
Arrow right icon
$9.99 $44.99
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3 (1 Ratings)
Video Aug 2019 42hrs 30mins 1st Edition
Video
$9.99 $44.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Bogdan Stashchuk
Arrow right icon
$9.99 $44.99
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3 (1 Ratings)
Video Aug 2019 42hrs 30mins 1st Edition
Video
$9.99 $44.99
Subscription
Free Trial
Renews at $19.99p/m
Video
$9.99 $44.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Understand the proper methods for working with arrays: map, forEach, reduce, filter, and includes
  • Understand the purpose of the Node Package Manager (NPM)

Description

This course covers everything you need to know about JavaScript to become a frontend web developer, a full-stack web developer, or a backend developer. You'll start from the very beginning and learn the fundamentals and basic concepts of JavaScript. Then you will learn new features included in ES6, ES7, and more. Also, you'll explore the Node.js environment for JavaScript code execution and you will understand the difference between a web browser and Node.js. In separate sections, we will discuss Babel, NPM, Webpack, and MongoDB. Also, you will master the most popular JavaScript framework: React. JavaScript Bible – JavaScript and ES6 Bootcamp 2019 was designed for developers with different levels of JavaScript knowledge. If you are a beginner in JavaScript, start with the very first section called JavaScript Basics. If you have some experience with JavaScript, jump directly TO the sections where I cover ES6 topics such as REST/spread parameters, arrow functions, ES6 Classes, and more. By the end of the course, you'll have hands-on experience in developing WITH JavaScript and in front-end development. This course covers everything you need to know about JavaScript and become either Frontend Web developer, or Full-stack Web Developer, or Backend developer. We will start from the very beginning and you will learn the fundamentals and basic concepts of JavaScript. Then you will learn new features included in ES6, ES7, etc. Also, we will dive into the Node.js - environment for JavaScript code execution and you will understand what is the difference between Web Browser and Node.js. In separate sections, we will discuss Babel, NPM, Webpack, and MongoDB. Also, you will learn the most popular JavaScript framework - React. JavaScript Bible was designed for developers with different levels of JavaScript knowledge. Each challenge has a task and solution in separate Git branches. All the code and supporting files for this course are available at - https://github.com/PacktPublishing/JavaScript-Bible---JavaScript-and-ES6-Bootcamp-2019-

Who is this book for?

This course targets JavaScript developers at all levels: beginners; full-stack developers; frontend developers; web developers; backend developers; JavaScript developers who feel that they don't fully understand all its concepts; beginners in JavaScript; developers with some knowledge of other programming languages such as Python, Java, C++, and more; and advanced JavaScript developers who want to test their knowledge.

What you will learn

  • Learn JavaScript, ES6, NPM, Webpack, Babel, Node, and React by solving lots of challenges with real-world scenarios
  • Each challenge has a task and solution. And all of them are available in the GIT repositories that you will download at the beginning of the course
  • Learn all fundamental features of JavaScript, starting with basic concepts such as variables, objects, functions, scopes, and operators and finishing with advanced topics as closures, hoisting, IIFEs (Immediately Invoked Function Expressions), classes, and many more
  • Learn and understand ES6 features such as arrow functions, destructuring, default function parameters, template literals, array helper methods, and classes

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 08, 2019
Length: 42hrs 30mins
Edition : 1st
Language : English
ISBN-13 : 9781839211782
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Aug 08, 2019
Length: 42hrs 30mins
Edition : 1st
Language : English
ISBN-13 : 9781839211782
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 92.97 127.97 35.00 saved
JavaScript Bible - JavaScript and ES6 Bootcamp 2019
$9.99 $44.99
The JavaScript Workshop
$43.99
The HTML and CSS Workshop
$38.99
Total $ 92.97 127.97 35.00 saved Stars icon
Banner background image

Table of Contents

22 Chapters
Intro Chevron down icon Chevron up icon
EXERCISE Files and SOFTWARE Setup Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Intro Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Types and Variables Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Objects Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Functions Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Operators Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Expressions vs Statements Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Scopes Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Arrays Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Loops and Conditional Statements Chevron down icon Chevron up icon
JAVASCRIPT BASICS - Advanced Topics Chevron down icon Chevron up icon
ES6 Variables Lifecycles Chevron down icon Chevron up icon
ES6 Arrow functions Chevron down icon Chevron up icon
ES5.1 Array Helper Methods Chevron down icon Chevron up icon
VIDEO - forEach() Overview
PRACTICE - forEach()
CHALLENGE 3-1 - forEach() with Index
✔ CHALLENGE 3-1 - forEach() with Index - SOLUTION
VIDEO - map() Overview
PRACTICE - map()
CHALLENGE 3-2 - map() JSON to Object
✔ CHALLENGE 3-2 - map() JSON to Object - SOLUTION
VIDEO - filter() Overview
PRACTICE - filter()
VIDEO - find() Overview
PRACTICE - find()
CHALLENGE 3-3 - find() Single Post
✔ CHALLENGE 3-3 - find() Single Post - SOLUTION
VIDEO - every() and some() Overview
PRACTICE - every() and some()
CHALLENGE 3-4 Is Array of Numbers Sorted?
✔ CHALLENGE 3-4 Is Array of Numbers Sorted? - SOLUTION
CHALLENGE 3-5 Are Arrays Equal or not?
✔ CHALLENGE 3-5 Are Arrays Equal or not? - SOLUTION
CHALLENGE 3-6 Check if Element is in Array
✔ CHALLENGE 3-6 Check if Element is in Array - SOLUTION
VIDEO - includes() Overview
PRACTICE - includes()
CHALLENGE 3-7 Includes() with Array or Object
✔ CHALLENGE 3-7 Includes() with Array or Object - SOLUTION
CHALLENGE 3-8 Push Element to Array if Not Exists
✔ CHALLENGE 3-8 Push Element to Array if Not Exists - SOLUTION
VIDEO - reduce() Overview
PRACTICE - reduce()
CHALLENGE 3-9 Reduce Array of Objects
✔ CHALLENGE 3-9 Reduce Array of Objects - SOLUTION
CHALLENGE 3-10 Reduce Array of Objects to Object
✔ CHALLENGE 3-10 Reduce Array of Objects to Object - SOLUTION
VIDEO - Do you know how sort() works?
VIDEO - Sorting Algorithms Overview
VIDEO - Stable vs Unstable Sort
VIDEO - sort() Overview
VIDEO - sort() without Arguments
VIDEO - sort() Analyze sorting algorithms
VIDEO - sort() Algorithms in different browsers
CHALLENGE 3-11 sort() Array of objects
✔ CHALLENGE 3-11 sort() Array of objects - SOLUTION
CHALLENGE 3-12 sort() Long Array of objects
✔ CHALLENGE 3-12 sort() Long Array of objects - SOLUTION
VIDEO - sort() Summary
VIDEO - Array helper methods Summary
ES6 Template Literals Chevron down icon Chevron up icon
ES6 Rest/Spread Operators and Default Function Parameters Chevron down icon Chevron up icon
ES6 Enhanced Object Literals Chevron down icon Chevron up icon
ES6 Array and Object Destructuring Chevron down icon Chevron up icon
ES6 Classes, Prototypes and Function Constructors Chevron down icon Chevron up icon
VIDEO - Class-based vs Prototype-based
VIDEO - What is inheritance?
VIDEO - Prototype Chain
VIDEO - __proto__ and [[Prototype]]
VIDEO - What is Prototype?
VIDEO - Don't reassign __proto__
VIDEO - Native Prototypes - PART 1
VIDEO - Native Prototypes - PART 2
VIDEO - Prototypal Inheritance in JavaScript
PRACTICE - Function Constructors - PART 1
VIDEO - Function Constructors Overview
PRACTICE - Function Constructors - PART 2
PRACTICE - Function Constructors - PART 3
VIDEO - Object.create() Overview
PRACTICE - Object.create()
PRACTICE - Function Constructors - PART 4
VIDEO - Function Constructors - New Prototype in the Chain
CHALLENGE 7-1 Insert Prototype into the Existing Prototype Chain
CHALLENGE 7-1 Insert Prototype into the Existing Prototype Chain - SOLUTION
VIDEO - "instanceof" and "typeof" in the Prototype Chain
CHALLENGE 7-2 Fix Mistakes in the Function Constructors
CHALLENGE 7-2 Fix Mistakes in the Function Constructors - SOLUTION
VIDEO - Classes - Overview
VIDEO - Classes vs Function Constructors
PRACTICE - Classes - PART 1
PRACTICE - Classes - PART 2
PRACTICE - Classes - PART 3
CHALLENGE 7-3 Convert Function Constructors to Classes
CHALLENGE 7-3 Convert Function Constructors to Classes - SOLUTION
CHALLENGE 7-4 Extend Array
CHALLENGE 7-4 Extend Array - SOLUTION
CHALLENGE 7-5 Custom Push Method for Arrays
CHALLENGE 7-5 Custom Push Method for Arrays - SOLUTION
VIDEO - React and ES6 Classes
CHALLENGE 7-6 Classes in React - Additional Button
CHALLENGE 7-6 Classes in React - Additional Button - SOLUTION
Babel Introduction Chevron down icon Chevron up icon
NPM - Node Package Manager Chevron down icon Chevron up icon
VIDEO - Introduction to the NPM
PRACTICE - Exploring NPM packages
VIDEO - Package.json and init
VIDEO - Semantic Versioning
VIDEO - Packages Installation
PRACTICE - Install package in the project
CHALLENGE - Install Semver package
✔ CHALLENGE - Install Semver Package - SOLUTION
PRACTICE - Install Browserslist - package with own dependencies
VIDEO - Dependencies and Development Dependencies
PRACTICE - Examine Development Dependencies
PRACTICE - Browser App vs Server Package
CHALLENGE - Clock Browser Application
✔ CHALLENGE - Clock Browser Application - SOLUTION
VIDEO - Clock Challenge Summary
VIDEO - Browser App vs Public Package
PRACTICE - Exploring Package Information and Versions
PRACTICE - Installing Specific Package Version
VIDEO - Why package-lock.json file is needed?
CHALLENGE - Reinstall old package version without lock file
✔ CHALLENGE - Reinstall old package version without lock file - SOLUTION
VIDEO - How lock file is handled
VIDEO - Lock file summary
VIDEO - Update NPM packages overview
CHALLENGE - Update project dependencies
✔ CHALLENGE - Update project dependencies - SOLUTION
VIDEO - Introduction to the NPM scripts
PRACTICE - Start npm script
CHALLENGE - Create prestart script
✔ CHALLENGE - Create prestart script - SOLUTION
PRACTICE - Custom NPM scripts
CHALLENGE - Run NPM scripts simultaneously
✔ CHALLENGE - Run NPM scripts simultaneously - SOLUTION
VIDEO - NPM .bin Folder with Executable Scripts
PRACTICE - Explore .bin Folder on the Mac
PRACTICE - Explore .bin Folder on Windows
VIDEO - NPM Scripts Wrap-Up

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
(1 Ratings)
5 star 0%
4 star 0%
3 star 100%
2 star 0%
1 star 0%
Myron Salaam Dec 31, 2019
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
Currently working on other Video tuts... Downloaded JS Bible for extra training
Feefo Verified review Feefo
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.