+ 1
How i can Breaking Long Code Lines?????
in java script
3 Réponses
+ 6
JavaScript isn't sensitive to whitespace, so you can break apart a line after any symbol, identifier, or keyword. Ex:
var x
= 7;
+ 2
What do you mean ‘breaking’ it?
+ 2
Ohhh that’s what he meant