// comments can make code readable // Welcome to 30DaysOfJavaScript /* comments can make code readable, easy to reuse and informative */ console.log(typeof("string")); console.log(typeof(true)); console.log(typeof(null)); console.log(typeof(undefined));