can this below be implemented by js?
var func = function(something){
console.log('I know it is line **4** call me');
}
func(something)
can this below be implemented by js?
var func = function(something){
console.log('I know it is line **4** call me');
}
func(something)