console.log("Hello, World!") //1. Write a single line comment which says, comments can make code readable //comments can make code readable //2. Write another single comment which says, Welcome to 30DaysOfJavaScript //Welcome to 30DaysOfjavaScript //3. Write a multiline comment which says, comments can make code readable, easy to reuse and informative /*comments can make code Readable, easy to reuse and informative*/