Skip to content

Instantly share code, notes, and snippets.

View misanj's full-sized avatar

misanj

View GitHub Profile
@misanj
misanj / quiz99BottlesOfJuice.js
Created February 21, 2019 15:05
99 Bottles of Juice Udacity javascript quiz
/*
* Programming Quiz: 99 Bottles of Juice (4-2)
*
* Use the following `while` loop to write out the song "99 bottles of juice".
* Log the your lyrics to the console.
*
* Note
* - Each line of the lyrics needs to be logged to the same line.
* - The pluralization of the word "bottle" changes from "2 bottles" to "1 bottle" to "0 bottles".
*/