Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 559 Bytes

File metadata and controls

17 lines (13 loc) · 559 Bytes

Core program week 5 assignment

HackYourFuture Core program week 5 assignment

Implementation Instructions

The Week 5 assignment for the HackYourFuture Core Program can be found at the following link: https://hub.hackyourfuture.nl/core-program-week-5-assignment

Task 1

Implement the solution in count-above-threshold.js

Task 2

The function implementation is provided in calculateAverage.js. Write unit tests for this function using Vitest. Do not modify the calculateAverage.js file.

Task 3

Debug and fix the logic in count-vowels-debug.js