Skip to content

spa-sam/spa-sam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

🌱 I’m currently learning ...

function chooseYourCoffee(drink) {
    const mandalorianCoffee = "black coffee";

    console.log(`You chose ${drink}.`);
    if (drink === mandalorianCoffee) {
        console.log("This is the way... to start the day.");
    } else {
        console.log("Interesting choice, but not the Mandalorian way.");
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published