This course is designed to accommodate new learners, who have probably never programmed before. It starts from basic fundamentals and transitions into advanced coding principles and practical. The JavaScript Bootcamp course is best for people who want to learn coding or people who are planning to pick up a career in web development, mobile apps development, cyber security, etc.
₦70,000
5 weeks
3 days weekly
2hrs per session
In this course
JavaScript
Course Description
This course covers JavaScript programming language. It starts with an introduction to JavaScript - data types, variables, operators, and control structures. The course then delves into more advanced topics like functions, arrays, objects, and DOM manipulation, modularity, classes (OOP), etc. It also covers concepts such as error handling and asynchronous programming. By the end of this course students will be able to create interactive web console applications.
Why JavaScript Bootcamp?
JavaScript is the main programming language for the web, but its usage has evolved to the development of IOS and Android apps. If you want to venture into web apps, iOS, and Android apps development, this course will pave the way and equip you with all the necessary skills.
Course Outline
Introduction to HTML
HTML is a markup language building the foundational structure and schema of web pages. It includes the content of web page, which may be a static (data that doesn't change) or dynamic data (usually fetched from a database or API). HTML is also used to write a structure that makes it possible to create a desired or planned layout and looks for the web page
Variables and Data Types
Variables and data types are two fundamental concepts in programming that are essential to understand when learning JavaScript. Variables are containers that hold data values. They are used to store data that can be used and manipulated by a program. Data types, on the other hand, refer to the type of data that a variable can hold. In JavaScript, there are several built-in data types that are used to represent different types of values
Operators in JavaScript
Operators are symbols or keywords that are used to perform arithmetic,comparison or logical operations on data values. JavaScript supports a variety of operators, including arithmetic, comparison, logical, and bitwise operators
Conditional Statement
Conditional statements are used to control the flow of a program based on certain conditions. In JavaScript, a conditional statement will execute a block of code only if the condition is true. If the condition is false, the program will skip the block of code and move on to the next statement
Loops in JavaScript
Loops are used in programming to execute a block of code repeatedly. A loop is used to iterate over a sequence of values, such as a list or a string, or create a repeated event, or execute a block of code for each item in the sequence
Functions
Functions are reusable blocks of code that perform a specific task. They allow you to break down a program into smaller, more manageable parts, which can be tested and debugged independently. Functions can also return a value, allowing you to use the result of a computation elsewhere in your program
Error Handling and Date and Time
Error handling is the process of anticipating, detecting, and resolving errors that may occur in a program. Date and time handling is the process of working with date and time values in a program. JavaScript's Date module provides a range of methods for working with dates and times. It also allows for formatting and parsing of date and time strings
OOP in JavaScript
OOP stands for Object-Oriented Programming, which is a programming paradigm that revolves around the concept of objects. In OOP, objects are instances of classes, which are like blueprints for creating objects. A class defines the properties and methods of an object, which can be used to model real-world objects and their behavior
Highlight The Skill You Will Gain With Our Verifiable Certificate
Upon completing the course and a building successful project, you will be awarded a certificate to showcase your new skills. Your certificate is also verifiable on our website so that potential employers can easily confirm its authenticity.