Instructional Video7:06
Curated Video

More Multiplication

3rd - Higher Ed
Mr. Addit works multiplication problems through repeated addition, skip counting, and arrays. He then finds factors of a multiplication problem from an array.
Instructional Video6:19
Curated Video

Review for You: Multiplication and Properties

K - 8th
Mr. Addit reviews several aspects of multiplication and properties of multiplication.
Instructional Video5:23
Curated Video

Points and Lines

K - 8th
Mr. Addit introduces the point, line, line segment, and ray and describes how to correctly write them.
Instructional Video6:18
Curated Video

The 6 and 7 Times Tables

K - 8th
Mr. Addit teaches the student the multiplication facts of 6 and 7.
Instructional Video6:51
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Order Confirmation

Higher Ed
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before going ahead with the last order for payment.
Instructional Video12:39
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Checkout - Fixing the State

Higher Ed
We will create a checkout page, which will require us to handle the items in the product list, make final calculations, and add any other info if needed; reloading the page should allow us to make changes in the total by adding or...
Instructional Video5:33
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Product Description

Higher Ed
Let's start by designing a static product tile that we can use as the template for the generated product tiles. Create a file named "components".
Instructional Video13:07
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Product List

Higher Ed
This video demonstrates how we can update and stylize the product list based on specific ecommerce store's sales criteria.
Instructional Video8:33
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dealing with Errors in Fetch API

Higher Ed
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the next few lines of code, rectifying the code, and re-fetching the API.
Instructional Video10:56
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Rendering the Categories

Higher Ed
In this video, you will learn about rendering, the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model using a computer program of the various categories of elements.
Instructional Video4:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to JSON Server

Higher Ed
This video will introduce the JSON server and its components and concepts. We will understand the need to use the JSON server in our project and how it functions.
Instructional Video19:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)

Higher Ed
After creating the Suggest button and clicking on it, the game will suggest a random number so the player can strategize their moves. We will use artificial intelligence to improve the player's intelligence on the computer and make more...
Instructional Video12:13
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Suggesting a Move - Implementing a Computer Player

Higher Ed
Here, we will define the game's moves, where the game makes suggestions to the player to make a particular move, or we will be able to click on the New Game button to reset a game and start over. You will also learn to implement a player...
Instructional Video5:51
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Determining a Draw Condition

Higher Ed
After getting the moves to function in the game, we will now determine a draw condition when there are two players and how the game is a tie or a draw, what parameters are defined to determine the draw, and the conditions of the game.
Instructional Video13:38
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Calculating the Winner

Higher Ed
In this video, after completely restyling our game board, we will focus on the game functionality and create the gaming functions, define the winner properties and conditions, and get the game to function.
Instructional Video2:12
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Key Property

Higher Ed
Here, in this lesson, you will learn how to assign a key property to each user in the React game.
Instructional Video8:20
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game Board

Higher Ed
In this lecture, you will learn to debug the errors created in the previous video, which did not allow certain functions to execute properly, and we will initialize the game board.
Instructional Video14:32
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook (again)

Higher Ed
You will learn to use the React State hook you learned to use in Project 2. Further, we will use the hook to add more functionality to the game in our React project.
Instructional Video4:50
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook

Higher Ed
In this lesson, you will learn about the React State hook component and how to implement it in our project. We will understand a hook, a function provided by React; they start with the word "use".
Instructional Video2:14
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Project 1 - BG Color Changer

Higher Ed
This is a practice project (background color changer) based on what we have learned about JavaScript.
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.