Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
This is a beginner JavaScript course taught by Instructor Joseph Barrett that teaches the basics of the JavaScript language, beginning with essential syntax and statements.
By the end of the course, you will be able to create and run basic JavaScript functions, as well as understand how to reference and build upon individual functions.
The course covers essential syntax and statements, variables and operators, JavaScript object types such as strings, numbers, and dates, arrays, operators, functions, conditional statements (if and switch), looping structures (for and while), and the Document Object Model with event handling.
The course covers JavaScript tools including using the browser F12 tools and Visual Code installation, and shows how to download and run JavaScript compilers.
Yes. It covers the role of functions, function declarations, anonymous functions, the role of parameters, returning a value, calling a function, creating a function, and how to pass values to functions and handle a return value.