Last Updated: February 25, 2016
·
138
· Tate

Always add the underscore

Never forget to add the under score or

var chocolate_milk = 1;
var chocolate = 10;
function chocoMilk(){
    var bigchoccie = chocolate milk * 10;
    return bigchoccie;
}

alert(chocoMilk());

^^^^
The alert won't appear :(