//Comments can make code readable //Welcome to 30DayOfJavaScript /* comments can make code readable, easy to reuse and informative */ console.log("I am " + myAge + " years old\nYou are " + yourAge + " years old")