When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

*UPDATED* JavaScript Complete Series 2023 - Part 4: JavaScript Syntax, Parsers and Data Types
Unlock creativity with Skillshare! Learn acrylic painting, AI writing, graphic design, and photography.

Related Courses
- *UPDATED* JavaScript Complete Series 2023 - Part 1: Programming, Engines, and intro to JavaScript (⭐ 0 | Reviews 0)
- *UPDATED* JavaScript Complete Series 2023 - Part 6: JavaScript Alerts, Dialog boxes, and more (⭐ 0 | Reviews 0)
- *UPDATED* JavaScript Complete Series 2023 - Part 12: JavaScript Functions (⭐ 0 | Reviews 0)
This Course Includes
skillshare
0 (0 reviews )
1 hours 18 minutes
english
Online - Self Paced
course
SkillShare
About *UPDATED* JavaScript Complete Series 2023 - Part 4: JavaScript Syntax, Parsers and Data Types
Introduction
What does 'syntax' mean
What is a syntax parser
Does JavaScript care about white space?
Return and semicolons
Comments
Data types and typeof()
Primitive data types
String data type (with a click me button)
JavaScript properties
Number data types - floating point numbers
Number data type - what does 0.1 + 0.2 give you?
Number data type - base 2 vs base 10
Number(), Infinity and more
null and undefined data types
What does escaping mean?
Operators - introduction
Operators - binary vs unary
Coercion
Coercion example
What You Will Learn?
- THIS IS PART 4 OF MY JAVASCRIPT COMPLETE SERIES.
- What we cover in this particular class?.
- We will cover of ton of information in this entire series, but for Part 4 we concentrate on the JavaScript syntax, what the role of a JavaScript parser is, and the different data types that JavaScript has..
- SYNTAX.
- JavaScript syntax is the set of rules about how JavaScript programs are written. It is no different to learning a language, like English. Every language has rules about how it should be written..
- Broadly speaking, the JavaScript syntax defines two types of values: fixed values (also called literals) and variable values (called variables)..
- PARSER.
- Syntax parser is part of the JavaScript engine. Its role is to read your code character by character, and checks if the grammar is correct..
- But don’t worry, you don’t have to install it. The syntax parser is built into your Browser and goes through your code line by line. It then 'interprets' this into machine code for you. So in summary, you can think of the syntax parser as an interpreter between your code and computer..
- DATA TYPES.
- Data Types are extremely important. Why? Because it tells you what the JavaScript language can do when you are working with different types of values. Broadly, you have 2 data types in JavaScript. Simple data types (or primitive data types) and complex data types (things like functions, arrays, etc.). But don’t stress. We go into these in funa and intuitive way..
- What this course covers?.
- JavaScript is the #1 scripting language of the web, where a lot of the dynamic and styled content is handled by JavaScript in the background. But before using this language to create dynamic websites, you need to have a firm grasp of how it works behind the scenes..
- By the end of this course, you'll be able to “speak” JavaScript by gaining an understanding of how the browser uses it, what variables, objects and functions are, what different data types there are and how to manipulate content on a website. We dig deeper and create our own dialog methods from scratch. We learn about the arrow syntax, Math.random() function, looping through objects and arrays, working with dates. We look at prototypes, JS Engines, the Execution Stack and a whole bunch more!.
- Through practical examples, this course helps you understand JavaScript piece by piece. And we use the latest and best features of JavaScript along the way so you can stay ahead of the pack..
- WHAT ARE YOU WAITING FOR. LETS GET CRACKIN'.