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/01_Day_Introduction/solutions/solutions.js

9 lines
163 B

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