JavaScript for beginners: Learn Basics Of Programming And JavaScript FAST
JavaScript for beginners: Learn Basics Of Programming And JavaScript FAST
About the Book
I wrote a book that will teach you the core of programming and JavaScript. After this book you will easily learn frameworks and if you want back end(Node.js).
Book starts from basic data types and goes through object oriented programming and even touches the advances topics like functional programming. At the end of the chapters there are exercises that help you solidify your knowledge.
Book is made with minimal text and maximum knowledge. There are no long pointless text. Straight at the point
I hope you enjoy it and learn something new!
Pavle
Bundles that include this book
Table of Contents
Chapter 1: Basic data types
- Number
- String
- Boolean and comparison operators
- Boolean
- Comparison operators
- Logical operators
- Null and Undefined
- Comparing different data types. Arithmetic operations with different data types. Automatic
- Type Conversion
- Difference between “==”, “===” and “!=“, “!==”
- Summary
Chapter 2: What is a variable?
- Properly naming your variables
- Semicolons
- Playing with basic data types and variables in console
- Declaring a variable: const vs let vs var
- Exercise : Swap the values of two variables
- Exercise solution
- Summary
Chapter 3: Creating a .js file
- Defining multiple variables with ','
- Summary
Chapter 4: Program control flow (If statements and let, var, const revisited)
- If-else
- Else if
- Nested if statements
- let, var, const revisited
- Exercises: Analyze following deep nested if statements
- Exercises: Analyze following deep nested if statements
- Exercises solutions
- Exercises: Scoping problem
- Exercises solutions
- Summary
Chapter 5: Prompt, converting string to number and switch statement
- Converting string to number
- Switch statement
- Exercise: Convert if else chain to switch
- Exercise solution
- Summary
Chapter 6: Loops
- For loops, break and continue
- Looping through string
- Nested for loops
- While loops
- Nested while loops
- Two pointer technique with while loops
- Exercise: Write nested for loops which they log to console following
- 0000 0001 0002 ….... 0999 1000 1001 ….... 9999
- Exercise solution
- Exercise : Log to console every odd number up until 50 (hint use modulo operator)
- Exercise solution
- Summary
Chapter 7: Functions
- Function declaration, optional parameters multiple parameters
- Hoisting
- Function expression
- Anonymous function expression
- Difference between function declaration and function expression
- Arrow functions
- Scope revisited
- Closure
- Immediately Invoked Function Expression (IIFE)
- Functions as first class citizens
- Higher order functions
- Exercise: What does following returns?
- Exercises solutions
- Exercise : Make the following work
- Exercise solutions
- Summary
Chapter 8: Arrays
- What kind of data can you put inside arrays?
- Useful methods for arrays(push, unshift, pop, shift, indexOf, splice/slice)
- Nested arrays
- Looping through arrays
- Higher Order Functions-Revisited(forEach, map, filter, reduce)
- Two pointers technique revisited
- Exercise : Duplicate [1,2,3,4] to [1,2,3,4,1,2,3,4]
- Exercise Solution
- Exercise : Find largest number in array
- Exercise solution
- Exercise : Find smallest number in array
- Exercise Solution
- Exercise : Reverse array with for loops
Chapter 9 : Introduction To Object Oriented Programming
- Object
- Properties
- Methods
- This keyword troubles
- Class
- Encapsulation
- Module design pattern
- Inheritance
- Polymorphism
- Summary
Chapter 10: Introduction to Functional programming
- Pure functions and side effects
- Currying
- Recursion
- Word on recursion
- Function composition
- Summary
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them