Learn JavaScript in 24 Hours - Alex Nordeen

Learn JavaScript in 24 Hours

By Alex Nordeen

  • Release Date: 2021-11-12
  • Genre: Programming

Description

JavaScript is very fast, simple and integrate easily with other languages. It allows you to create highly responsive interfaces. This e-book is a gentler introduction to JavaScript. The real issues in learning JavaScript is either not understanding the basic concept clearly or overwhelmed by too much detailed learning resources.

To encounter these issues, this e-book is created. It is a small book but the content is well balanced and focuses only on core JavaScript Programming area. The benefit of this book is extended to all groups from beginners to expert levels. If you are a visual learner, this book can be a great aid. Each and every component of JavaScript like loops, variables, built-in data structures and functions are made interactive with images and examples. The code for each function can be executed step-wise, and the output can be checked in real time.

The book also shed some lights on OOPs concept to get a good grip over the language. Framework like AngularJS, Backbone, Bootstrap, etc. comes handy after referring to this book. You will be able to build a simple web app by the end of this book. Not every book has both minimum price range and maximum quality content.

Table of Content

Chapter 1: What is JavaScript?

Javascript History

How to Run JavaScript?

Chapter 2: Javascript Variables

Chapter 3: JavaScript Arrays

Chapter 4: For, While and Do While LOOP

for loop

while loop

do…while loop

Chapter 5: IF, Else, Else IF Conditional Statements

If statement

If…Else statement

If…Else If…Else statement

Chapter 6: Javascript Functions

Chapter 7: Cookies in JavaScript

Javascript Set Cookie

JavaScript get Cookie

JavaScript Delete Cookie

Chapter 8: JavaScript DOM

Chapter 9: Object Oriented JavaScript (OOJS)

Chapter 10: Internal & External JavaScript

What is Internal JavaScript?

What is External JavaScript?

Chapter 11: Practical Code Examples using JavaScript

Example#1: JavaScript Multiplication Table

Example#2: JS Forms Example:

Example#3: POPUP Message using Event:

Chapter 12: JavaScript Interview Questions & Answers