//sample solution
//Not sure where to begin? Check the Hint!
if(true){
console.log("I finished my first course!");
} else {
console.log("I haven't finished my first course!");
}
//Not sure where to begin? Check the Hint!
if(true){
console.log("I finished my first course!");
} else {
console.log("I haven't finished my first course!");
}
No comments:
Post a Comment