Book Image

JavaScript and ES6 Challenges - Do you know JavaScript? [Video]

By : Bogdan Stashchuk
Book Image

JavaScript and ES6 Challenges - Do you know JavaScript? [Video]

By: Bogdan Stashchuk

Overview of this book

<p>In this course, you will get JavaScript challenges that you need to solve. Each challenge consists of the task and solution. In some cases, you will be asked to fix existing code; in other cases, you will need to write some additional code. The instructor will explain each line of the solution and you will deeply understand what happens behind the scenes. Topics of the challenges include the following:</p> <ul> <li>Destructuring</li> <li>Array helper methods</li> <li>Variables hoisting</li> <li>Let, var, and const</li> <li>Rest and spread operators</li> <li>The ternary operator</li> <li>Default parameters</li> <li>Closures</li> <li>IIFEs (Immediately Invoked Function Expressions)</li> <li>Classes</li> </ul> <p>At the beginning of the course, you will get source files for all challenges. They include start and finish states for each challenge. You need to begin with "start" folder for each challenge.</p> <h1>Style and Approach</h1> <p>This course is a great introduction to JavaScript and ES6 challenges. The instructor covers most of the related topics in a short time span to keep you interested till the end. You will perform all the tasks the same way and will get a lot of challenges to solve yourself. We discuss the solution to each challenge together.</p>
Table of Contents (2 chapters)
Free Chapter
1
Introduction
2
Challenges
Chapter 2
Challenges
Content Locked
Section 30
Challenge 15 - Iterate over String – SOLUTION
Challenges: Challenge 15 - Iterate over String – SOLUTION