Curated Video
Every Style of French Fry Cut We Could Find
Weird History Food is serving you every hot style of French Fry cut out there that we could find. When you think about it, you might know Shoestring, Steak, or even Curly, but we will show you the 18 cuts you can do with a French Fry....
Curated Video
Some Flamin' Hot Facts About Spicy Foods
Weird History Food is gonna burn your tongue with some Facts About Spicy Foods. Whether sitting down to enjoy an authentically made dish, or grabbing a quick snack, those who love the thrill of a tingly palate accompanied by a runny nose...
Curated Video
Vowel Team Syllables {Syllable Types}
This video teaches vowel team syllables (ai, ea, oa, ou, oo, and more) and how to read them. It is assumed that kids already know open, closed, Magic E, and r-controlled syllables. See links to those videos below. Knowing syllable types...
Wonderscape
From Sunlight to Snack: The Energy Journey in the Animal Kingdom
Dive into the world of consumers in the energy cycle, exploring how animals, including humans, derive their energy from plants and other animals. This video explains the process of digestion, metabolism, and the role of nutrients like...
Wonderscape
Exploring the Iguanas of the Galapagos
Take a virtual trip to the Galapagos Islands and discover the unique iguanas that inhabit this paradise. Learn about the marine iguana's impressive swimming abilities and the land iguana's symbiotic relationship with local finches....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove Meals and Workouts from Local Storage
In this video, we will update the Tracalorie app to remove meals and workouts from local storage when they are removed from the app. We will use the Storage class to remove the corresponding item from local storage so that it is not...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Save Workouts to Local Storage
In this video, we will update the Tracalorie app to save the workouts to local storage. We will use the Storage class to save and retrieve the workouts from local storage so that they are remembered even after the user closes the app....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Save Meals to Local Storage
In this video, we will update the Tracalorie app to save the meals to local storage. We will use the Storage class to save and retrieve the meals from local storage so that they are remembered even after the user closes the app. This...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Persist Total Calories to Local Storage
In this video, we update the Tracalorie app to persist the total calories to local storage. We will use the Storage class to save and retrieve the total calories from local storage so that it is remembered even after the user closes the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Filter and Reset
In this video, we will implement a filter functionality for the meals and workouts in the Tracalorie app. We will add an input field that filters the items based on their name and update the UI accordingly. We will also add a reset...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove Meal and Workout
In this video, you will learn how to remove meals and workouts from the Tracalorie app. We will add an event listener to each of the meal and workout items, which calls a removeItem method that removes the corresponding item from the UI...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display New Meal and Workout
This video demonstrates how to display new meal and workout objects in the Tracalorie app project. The video covers how to create and update HTML templates for displaying the new items and how to use JavaScript DOM manipulation to...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Refactor to Single _newItem Method
This video focuses on refactoring the Tracalorie App project to use a single _newItem method for creating new meal and workout objects. The video covers how to use JavaScript classes and the 'this' keyword to create a more efficient and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - App Class, New Meal, and Workout
This video covers the implementation of the App class for the Tracalorie App project. The video demonstrates how to create a new instance of the App class and how to add new Meal and Workout objects to the tracker using a form and event...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Progress Bar and Calorie Alert
This video focuses on adding a progress bar and calorie alert to the Tracalorie App project. The video covers how to create and update a progress bar based on the total number of calories consumed and how to display a calorie alert when...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Tracker Stats
This video demonstrates how to display tracker stats in the Tracalorie App project. The video covers how to calculate and display total calories, total meals, and total workouts using the BaseTracker class and JavaScript DOM...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Base Tracker, Meal, and Workout Class
This video introduces the concept of classes and demonstrates how to create base classes for the Tracalorie App project. The video covers the creation of the BaseTracker, Meal, and Workout classes and how to implement properties and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Project Planning and Diagram
This video covers the project planning and diagramming phase of the Tracalorie App project. The video outlines the different components of the app and how they relate to each other and provides a visual diagram to help visualize the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - UI Theme Setup
This video focuses on setting up the user interface (UI) theme for the Tracalorie App project. The video covers how to create and implement a basic UI theme using CSS variables and demonstrates how to switch between light and dark themes...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Project Introduction-1
This video provides an introduction to the Tracalorie App project, which is a meal and workout tracker built using object-oriented programming principles. The video outlines the purpose and goals of the project and provides an overview...
Curated Video
Bizarre Bodily Behaviors Explained
Why do we sneeze when we look at the sun? What causes the red-eye effect in photos? This segment explores peculiar involuntary responses of the human body, offering scientific explanations for these common yet often misunderstood...
Great Big Story
The fun and challenges of eating in space
Explore how astronauts enjoy meals in zero gravity, from playing with food to adjusting flavors with spices.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Selector Game II
This video explains attributes selector using an example. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...