Instructional Video2:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript While Loops

Higher Ed
In this lecture, we will look at the while loop, which can be executed as long as a condition or a set of conditions specified are met with an example.
Instructional Video0:47
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript For-In Loop

Higher Ed
Here, you will learn to create an example script to understand the "for-in" loop, which is looped to the properties of an object.
Instructional Video2:40
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript For Loops

Higher Ed
In this video, we will understand the "For" loop, which allows us to execute a block of code repeatedly with an example.
Instructional Video1:22
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Booleans

Higher Ed
Here, we will explore the Boolean function used to determine if an expression or a variable is true.
Instructional Video2:26
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Comparisons

Higher Ed
In this lesson, we will understand comparison operators to compare the quality or difference between variables or values with examples.
Instructional Video6:18
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Conditional Statements

Higher Ed
This lesson elaborates on the different conditional statements available in JavaScript, including if, else, and else if.
Instructional Video1:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Joining Arrays

Higher Ed
This video demonstrates joining two arrays using the Concat () method.
Instructional Video1:24
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Sorting an Array

Higher Ed
In this lesson, you will learn how to sort elements alphabetically using the sort() method with a sample script.
Instructional Video1:35
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Splicing an Array

Higher Ed
You will learn how to add multiple new items to an array using the splice() method, which also allows us to specify the position of the new element and if elements need to be removed.
Instructional Video1:59
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Changing and Deleting Elements

Higher Ed
Let's learn how to change array elements using an index number and change or delete elements using functions.
Instructional Video2:05
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arrays - Pop - Push - Shift - Unshift

Higher Ed
In this video, you will learn about the different functions or methods and their uses, including pop, push, shift, and unshift.
Instructional Video1:28
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Array Attributes

Higher Ed
Here, you will learn about how the values of an array can be output using the toString() method and specify separators using the join() method.
Instructional Video2:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arrays

Higher Ed
Let's learn about JavaScript arrays, which are used to store multiple values in a single variable with an example.
Instructional Video1:38
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Math Round Function

Higher Ed
In this video, you will learn how to use math to round the decimal to the nearest integer.round function.
Instructional Video1:05
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Min and Max Function

Higher Ed
Let's learn how to find the lowest or the highest value in a list of arguments using the min and max functions.
Instructional Video0:55
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Random Numbers

Higher Ed
In this lesson, we will understand how to use functions to generate random numbers in JavaScript, the math.random function.
Instructional Video1:19
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Special Characters

Higher Ed
You will learn about writing codes for strings within quotes, with an example to understand better and preview in a web browser.
Instructional Video0:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript String Length

Higher Ed
Here, you will learn to calculate the length of a string using a built-in property, length, with an example.
Instructional Video3:12
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Strings

Higher Ed
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Instructional Video1:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Object Output

Higher Ed
In this video, you will learn how to output multiple object property values in a single line of text.
Instructional Video1:43
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Objects

Higher Ed
This video illustrates objects in JavaScript with a real-life example using a car.
Instructional Video1:13
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Data Types

Higher Ed
In this lesson, we will explore the different data types in JavaScript, including numbers, strings, arrays, and objects.
Instructional Video0:58
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Operator Precedence

Higher Ed
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Instructional Video3:46
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arithmetic Operations Continued

Higher Ed
This video is a continuation of the previous lecture and will explore more of the arithmetic operators.