|
|
@ -14,3 +14,4 @@ array.forEach(logType)
|
|
|
|
function logType(variable){console.log(typeof variable)}
|
|
|
|
function logType(variable){console.log(typeof variable)}
|
|
|
|
console.log(`${firstName} is ${myAge} years old`)
|
|
|
|
console.log(`${firstName} is ${myAge} years old`)
|
|
|
|
console.log(`${yourName} is ${yourAge} years old, what an oldie!`)
|
|
|
|
console.log(`${yourName} is ${yourAge} years old, what an oldie!`)
|
|
|
|
|
|
|
|
console.log("git test")
|
|
|
|