Book Image

JavaScript by Example [Video]

By : Anto Aravinth
Book Image

JavaScript by Example [Video]

By: Anto Aravinth

Overview of this book

<p><span id="description" class="sugar_field">In this video course, you will learn to use JavaScript by building a complex application. </span></p> <p><span id="description" class="sugar_field">You’ll start by designing your web page. Then we’ll teach you how to make your page interactive. You’ll find out how to sketch the rough layout using HTML5 tags. Next you’ll see how to fit data into the layout. This will get you started with designing your own web page. </span></p> <p><span id="description" class="sugar_field">Towards the end, you’ll find solutions to all of your queries so you can become an expert in JavaScript. By the end, you’ll be ready to implement what you’ve learned in your future projects.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">In this video course, we focus on building a simple quiz application. By making this application, you will understand the fundamental of JavaScript, DOM, and HTML5 Tags.</span></span></p>
Table of Contents (4 chapters)
Chapter 4
Adding Features
Content Locked
Section 2
Using Array filter Function
This video will explain how we filter the array. - Introduce es6 syntax - Understand higher-order functions - Look at simple example of filter function