Completed
Exercise: Testing fizzBuzz
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JavaScript Unit Testing Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Course Intro
- 2 Prerequisites
- 3 Course Structure
- 4 How to Take This Course
- 5 Setting Up the Testing Environment
- 6 Starter Project
- 7 Introduction to Unit Testing
- 8 What is Unit Testing?
- 9 Types of Tests
- 10 Choosing a Testing Framework
- 11 Setting Up Vitest
- 12 Writing Your First Test
- 13 Exercise: Testing fizzBuzz
- 14 Test-Driven Development
- 15 Exercise: Testing Factorial