Can you please help me with JS level 8 lesson 3
function doYoga()
{
console.log("some yoga");
console.log("some more yoga");
console.log("now relax...");
}
doYoga();
doYoga();
I have tried everything but nothing is working I believe you are passed through this level, and it will be really great if you could help me as I have been stuck on it for a week now! Thanks.