Speaker: John Baquero Celis
@noverflow
z
z
z
Image By Ashley Baxter
var dia = 'viernes';
var dia = 'sábado';
function Sleep () {
// zZzZ...
}
function Walk () {
// Step by Step
}
if (weatherCondition === "is raining"){
Sleep();
}else if (weatherCondition === "isn't raining"){
Walk();
}
Image By Dmitry Baranovskiy
Speaker: John Baquero Celis
@noverflow