Hi, what do you want to do?
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript While Loops
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript For-In Loop
Here, you will learn to create an example script to understand the "for-in" loop, which is looped to the properties of an object.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript For Loops
In this video, we will understand the "For" loop, which allows us to execute a block of code repeatedly with an example.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Booleans
Here, we will explore the Boolean function used to determine if an expression or a variable is true.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Comparisons
In this lesson, we will understand comparison operators to compare the quality or difference between variables or values with examples.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Conditional Statements
This lesson elaborates on the different conditional statements available in JavaScript, including if, else, and else if.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Joining Arrays
This video demonstrates joining two arrays using the Concat () method.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Sorting an Array
In this lesson, you will learn how to sort elements alphabetically using the sort() method with a sample script.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Splicing an Array
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Changing and Deleting Elements
Let's learn how to change array elements using an index number and change or delete elements using functions.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arrays - Pop - Push - Shift - Unshift
In this video, you will learn about the different functions or methods and their uses, including pop, push, shift, and unshift.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Array Attributes
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arrays
Let's learn about JavaScript arrays, which are used to store multiple values in a single variable with an example.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Math Round Function
In this video, you will learn how to use math to round the decimal to the nearest integer.round function.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Min and Max Function
Let's learn how to find the lowest or the highest value in a list of arguments using the min and max functions.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Random Numbers
In this lesson, we will understand how to use functions to generate random numbers in JavaScript, the math.random function.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Special Characters
You will learn about writing codes for strings within quotes, with an example to understand better and preview in a web browser.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript String Length
Here, you will learn to calculate the length of a string using a built-in property, length, with an example.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Strings
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Object Output
In this video, you will learn how to output multiple object property values in a single line of text.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Objects
This video illustrates objects in JavaScript with a real-life example using a car.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Data Types
In this lesson, we will explore the different data types in JavaScript, including numbers, strings, arrays, and objects.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Operator Precedence
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arithmetic Operations Continued
This video is a continuation of the previous lecture and will explore more of the arithmetic operators.