complexity: 1 ; importance: 3; author: 4luckynikita
Comment usage (Problem 2015-12-12-15-57)
Question: Which of the following lines are correct?
var x = 5;
var x = // my comment 5 ;
var x = 5; // my comment
var x = 5 // my comment ;
// var x = 5;