Course Features
Duration
2 weeks
Delivery Method
Online
Available on
Limited Access
Accessibility
Desktop, Laptop
Language
English
Subtitles
English
Level
Beginner
Teaching Type
Self Paced
Course Description
Course Overview
International Faculty
Post Course Interactions
Hands-On Training,Instructor-Moderated Discussions
Skills You Will Gain
Prerequisites/Requirements
This course is ideal for beginners who are looking to add a new programming language to their toolbelt JavaScript is also foundational for developers who want to pursue a career in web development No prior experience is necessary for this course
What You Will Learn
: What is JavaScript?Explore the quirky history of the JavaScript languageLearn how to use the JavaScript console and write your first line of JavaScript code
: Data Types & VariablesUse a variety of data types to represent data in your codeLearn how to store data using variables
: ConditionalsTranslate real-life decisions into code using conditional statementsModel more complex problems using logical operators
: LoopsLearn how to repeatedly execute code with loop and iteration fundamentalsExplore working with JavaScript while and for loops
: FunctionsOrganize your code by declaring functions and writing function expressionsDemystify tricky JavaScript behavior by learning about scope and hoisting
: ArraysStore collections of data in arraysManipulate arrays using common properties and methods
: ObjectsCreate JavaScript objects to represent complex data types