I keep failing this step, please help me!
Error message: “You should implicitly return a new CheckPoint instance with the checkpoint.x, checkpoint.y and checkpoint.z values passed in as arguments in that order.”
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
const checkpoints = checkpointPositions.map((checkpoint) => checkpoint.x,
checkpoint.y, checkpoint.z);
// User Editable Region
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36
Learn Intermediate OOP by Building a Platformer Game - Step 101