You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30-Days-Of-JavaScript/day1/comments.js

11 lines
165 B

//Task 1
//comments can make code readable
//Task 2
//comments can make code readable, easy to reuse and informative
//Task3
/*
Welcome to 30DaysOfJavaScript
*/