Instructional Video3:28
Curated Video

Attempts of elements classification: The fundamentals of the periodic table

K - 8th
By the end of this learning object, the student will be able to: recognize the fundamentals of the periodic table.14977
Instructional Video1:12
Curated Video

Attempts of elements classification: Dmitrii Mendeleev

K - 8th
By the end of this learning object, the student will be able to: Recognize the efforts and attempts of some scientist to classify elements.4430
Instructional Video2:39
Nahdet Misr Publishing Group

Probability

6th - 9th
Probability
Instructional Video3:04
Wonderscape

Understanding the Triangle of Fire

K - 5th
Delve into the science of fire prevention and learn about the fundamental elements required for a fire to ignite and persist. Discover how oxygen, heat, and fuel interact to form the basis of the fire triangle and explore the importance...
Instructional Video9:11
Curated Video

Machine Learning: Random Forest with Python from Scratch - Lists

Higher Ed
We shall look at the following datatype: lists, mutable (changeable) after creation. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Instructional Video6:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - For Loop

Higher Ed
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video9:32
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS

Higher Ed
This lesson will explore the fundamentals of hypertext markup language (HTML) and cascading style sheets (CSS) needed to create a website. You will learn about the IDE to be used for storing the code.
Instructional Video3:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prevent Duplicate Items

Higher Ed
In this video, you will learn how to prevent adding duplicate items to the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video9:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Clear UI State

Higher Ed
In this video, you will learn how to clear the UI state after removing an item from the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video15:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - KeyCode Mini-Project

Higher Ed
In this video, we will work on a mini project that uses keyboard events to create a simple game. You will learn how to use event listeners and key properties to detect user input and update the game state accordingly. This clip is from...
Instructional Video8:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - InnerHTML Versus createElement()

Higher Ed
This video explains the difference between using innerHTML and createElement() to add HTML elements to the DOM. It covers the advantages and disadvantages of each method. This clip is from the chapter "DOM Manipulation" of the series...
Instructional Video11:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Traversing the DOM - Elements

Higher Ed
This video covers how to traverse the DOM to access child elements, parent elements, and sibling elements. It covers the firstChild, lastChild, nextSibling, and previousSibling properties. This clip is from the chapter "DOM Manipulation"...
Instructional Video9:20
Curated Video

Modern JavaScript from the Beginning - Second Edition - DOM Selectors - Multiple Elements

Higher Ed
This video covers the different ways to select multiple elements in the DOM using JavaScript. It covers the getElementsByTagName(), getElementsByClassName(), and querySelectorAll() methods. This clip is from the chapter "DOM...
Instructional Video14:23
Curated Video

Modern JavaScript from the Beginning - Second Edition - Document Element Properties

Higher Ed
This video covers the properties of the document object, which represents the entire HTML document. It explains how to access and manipulate properties such as the document title, URL, and body. This clip is from the chapter "DOM...
Instructional Video11:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM

Higher Ed
This video explains what the DOM is and how it works. It covers the concept of nodes and how they are used to represent the elements in an HTML document. The video also explains how JavaScript can be used to interact with the DOM. This...
Instructional Video7:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Creating Arrays

Higher Ed
This video covers how to create arrays in JavaScript, including declaring an array, assigning values to an array, and accessing array elements. This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
Instructional Video2:03
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Relational Operators

Higher Ed
In this video, you will look at relational operators in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Instructional Video7:06
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Add Datatables

Higher Ed
This video explains adding datatables, which is a jQuery-based library. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize...
Instructional Video17:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom

Higher Ed
In this video, we will write a unit test for a function that gets all elements with a particular tag name in a web page. We will use jsdom, a JavaScript implementation of the DOM, to simulate a web page and test our function. This clip...
Instructional Video5:48
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Template Literals in React.JS

Higher Ed
In this video, you will learn about different methods of styling components in React.JS. we will explore inline styling to directly apply styles to individual elements using JavaScript objects. You will learn about internal styling,...
Instructional Video5:03
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Inline and Internal Styling in React.JS

Higher Ed
In this video, you will learn about different methods of styling components in React.JS. You will explore inline styling, where you can directly apply styles to individual elements using JavaScript objects. You will also learn about...
Instructional Video4:16
Curated Video

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

Higher Ed
In this video, we will explore the children property, which provides access to the child nodes of an element. We will retrieve child elements, text nodes, or other types of nodes within an element. Understanding children nodes is...
Instructional Video4:43
Curated Video

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

Higher Ed
This video focuses on traversing the DOM tree to access the parent nodes of elements. You will learn about the parentNode property to navigate to the immediate parent of an element, useful for traversing up the DOM tree, finding specific...
Instructional Video9:14
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Other Objects

Higher Ed
This video explores other important objects in the DOM, such as the Document object, Window object, and Navigator object. You will learn about their properties and methods, and how they can be used to access and manipulate different...