Curated Video
Explore, discuss and identify shapes that are and are not rectangles
Pupil outcome: I can say if a shape is a rectangle or not and explain why. Key learning points: - Rectangles have 4 straight sides. - Rectangles have 4 vertices that are all the same. They are square corners. - A square is a special type...
Curated Video
Learn Important Trigonometry Concepts!
Welcome to our complete high school mathematics tutorial series! Whether you’re a student preparing for exams, a teacher seeking additional resources, or a parent helping your child succeed in math, these videos cover a wide range of...
Curated Video
P6 Circles: Apply the correct concepts!
Learn how to apply the correct concepts to solve this circles question.
Curated Video
Applied Factorization
Welcome to our complete high school mathematics tutorial series! Whether you’re a student preparing for exams, a teacher seeking additional resources, or a parent helping your child succeed in math, these videos cover a wide range of...
Wonderscape
Calculating the Area of a Triangle
To determine the area of a triangle, you use the formula: Area = 1/2 × Base × Height. This formula works because a triangle is essentially half of a rectangle or square. By identifying the base (the bottom side) and the height (the...
Curated Video
Learn Midjourney For Your Future 6 Figure Career - Create Beautiful Patterns
In this video, you will learn about one of the most creative things with a plethora of practical uses, which is the creation of beautiful patterns that can be used in various kinds of artforms such as generating book covers, t-shirt...
Curated Video
Number Theory: Gauss
How Gauss found the sum of all the numbers between 1 and 100, in a matter of seconds, aged just seven! He had developed a formula for triangular numbers, and went on to be hailed as the Prince of Mathematics as he moved on to more...
Curated Video
Geometry and Measurement: The visual patterns
By the end of this learning object, the student will be able to: Apply different examples on different types of patterns.4463
Curated Video
Algebra: How to multiply two Binomials?
By the end of this learning object, the student will be able to: Multiply two binomials.4025
Curated Video
Solving Two Equations of First Degree in Two Variables Graphically and Algebraically: The Omitting and Substitution Methods
By the end of this learning object, the student will be able to: Use the omitting and substitution methods to solve the two first degree equations together.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Constructor Functions
In this video, we will introduce constructor functions and explain how they are used to create objects. We will also discuss the 'new' keyword and how it is used to instantiate objects from constructor functions. This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - More on Object Literals and this Keyword
In this video, we will review object literals and the 'this' keyword. We will discuss how the 'this' keyword refers to the current object and how we can use it to access object properties. This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Sealing and Freezing Objects
In this video, you will learn about how to use the "Object.seal()" and "Object.freeze()" methods to make objects read-only and prevent changes to their properties. This clip is from the chapter "OOP - Classes, Getters, Setters, and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Property Flags and Descriptors
In this video, you will learn about the different property flags and descriptors in JavaScript, including how to use the "Object.getOwnPropertyDescriptors()" method to inspect object properties. This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Static Methods
In this video, you will learn about static methods in JavaScript classes, including how to define and use them, and how they differ from instance methods. This clip is from the chapter "OOP - Classes, Getters, Setters, and Private...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Class Inheritance
In this video, you will learn about class inheritance in JavaScript, including how to use the "extends" keyword to create subclasses, how to override superclass methods in subclasses, and how to call superclass methods from within...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Classes
In this video, you will learn about the basics of classes in JavaScript, including how to create classes, instantiate objects from classes, and use constructors to pass arguments to class methods. This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Prototypical Inheritance and call()
In this video, we will discuss prototypical inheritance and demonstrate how to use the call() method to invoke a constructor function from another constructor function. This clip is from the chapter "OOP - Constructors and Prototypes" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Adding Methods to the Prototype
In this video, we will demonstrate how to add methods to the prototype of an object. We will also discuss the benefits of using prototypes to share methods between objects. This clip is from the chapter "OOP - Constructors and...