Instructional Video5:02
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Arithmetic Operator

Higher Ed
In this video, we will dive into the arithmetic operators in JavaScript, including addition, subtraction, multiplication, and division. You will learn to perform basic mathematical operations and manipulate numerical values in code.
Instructional Video4:34
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Data Types

Higher Ed
In this video, we will explore the various data types in JavaScript, such as numbers, strings, Booleans, arrays, objects. We will understand how to work with these data types effectively, manipulate their values, and perform operations...
Instructional Video3:39
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Break and Continue Statement

Higher Ed
In this video, we will gain control over loops with the "break" and "continue" statements in JavaScript. We will use "break" to exit a loop prematurely, and "continue" to skip the current iteration and move to the next one, enhancing the...
Instructional Video3:02
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - If Else If Statement

Higher Ed
In this video, we will understand how to use the "if else if" statement in JavaScript to handle multiple conditions in a structured way. We will execute specific code blocks based on the true condition, providing a clear and organized...
Instructional Video2:48
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Switch Statement

Higher Ed
In this video, you will learn to use the "switch" statement in JavaScript to simplify the handling of multiple conditions. We will use this control structure to execute different blocks of code based on the value of a variable or an...
Instructional Video2:34
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Condition Ternary Statement

Higher Ed
In this video, we will discover the concise and compact syntax of the ternary statement in JavaScript. We will use this shorthand form to write conditional expressions with a quick and easy-to-read format.
Instructional Video2:28
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - If Else Statement

Higher Ed
In this video, we will explore the "if else" statement in JavaScript, which allows to provide alternative code to be executed when the initial condition is false. We will expand our control over program execution by defining different...
Instructional Video2:05
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - If Statement

Higher Ed
In this video, you will learn to use the "if" statement in JavaScript to perform conditional execution based on a given condition. We will control the flow of our program by executing different blocks of code depending on whether the...
Instructional Video2:44
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Advanced console.log

Higher Ed
In this video, we will explore the advanced features and functionalities of the "console.log" method in JavaScript, how to format console output, use placeholders and substitutions, and log multiple values in a single statement.
Instructional Video3:24
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript

Higher Ed
In this video, we will dive deeper into variable scopes and understand the differences between global and local variables in JavaScript. You will learn how global variables can be accessed and modified from anywhere in code and discover...
Instructional Video2:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use HTML Tags in JavaScript

Higher Ed
In this video, you will learn to leverage the power of JavaScript to manipulate and interact with HTML elements and how to access HTML tags using JavaScript and modify their content, attributes, and styles dynamically.
Instructional Video1:46
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - JavaScript Implementation

Higher Ed
In this video, we will explore the various ways to implement JavaScript in web projects and how JavaScript can be embedded directly within HTML code or referenced externally in separate JavaScript files.
Instructional Video4:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Syntax of JavaScript and Overview

Higher Ed
In this video, we will dive into the syntax of JavaScript and gain an overview of its key components. You will learn about variables, data types, operators, control structures, functions. We will understand how JavaScript code is...
Instructional Video3:12
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Introduction and History of JavaScript

Higher Ed
In this video, we will be introduced to the world of JavaScript, discover the history of JavaScript and its evolution over time, from its humble beginnings to its widespread use today. We will gain insights into the reasons behind...
Instructional Video4:05
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Media Queries

Higher Ed
In this video, you will learn how to use media queries in CSS3 to apply specific styles based on the characteristics of the device or viewport. We will understand how to create responsive designs that adapt to different screen sizes,...
Instructional Video7:29
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Flexbox

Higher Ed
In this video, we will explore the flexible box layout module, Flexbox, in CSS3. We will understand how to create flexible and responsive designs by arranging elements along a single axis or multiple axes. You will learn to leverage...
Instructional Video11:01
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Grid System

Higher Ed
In this video, we will discover the power of CSS Grid for creating responsive layouts. You will learn to create grid-based designs that adapt to different screen sizes and devices, allowing your website to be visually appealing across...
Instructional Video2:40
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Box Shadow

Higher Ed
In this video, we will master the box shadow property in CSS3 to add depth and shadow effects to elements. You will learn to control the size, spread, and color of the shadow to create visually appealing designs with depth and dimension.
Instructional Video2:52
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Border-Radius

Higher Ed
In this video, we will explore the border-radius property in CSS3 and learn to create rounded corners for elements. We will discover different techniques to customize the radius and achieve various design styles.
Instructional Video2:49
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Opacity and Important

Higher Ed
In this video, you will learn how to adjust the opacity of elements in CSS3 using the opacity property. We will understand how to make elements transparent or semi-transparent to create interesting visual effects.
Instructional Video4:15
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Elements

Higher Ed
In this video, we will uncover the magic of CSS3 pseudo-elements and learn to create dynamic and engaging content. We will discover pseudo-elements such as ::before and ::after, and understand how they can be used to insert content...
Instructional Video4:39
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Classes part 2

Higher Ed
In this video, we will continue exploration of CSS3 pseudo-classes and dive deeper into the world of advanced styling. You will learn about pseudo-classes such as :first-child, :nth-child, and :last-child, and understand how they can be...
Instructional Video9:55
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Classes Part 1

Higher Ed
In this video, we will discover the power of pseudo-classes in CSS3 and learn to target elements based on specific states or interactions. We will explore commonly used pseudo-classes such as :hover, :active, and :focus, and understand...
Instructional Video6:36
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Advanced Selectors

Higher Ed
In this video, we will take our CSS3 skills to the next level with advanced selectors and explore selectors such as attribute, sibling, and pseudo-classes, and target specific elements based on their attributes, relationships, or states,...