Ha, after programming in JavaScript for many many years, I just realized that you can type
console.log(variable1, variable2, variable3)
for all that time I had done something like console.log(variable1 + " " + variable2)
oops !
Guess it is never to late to learn new tricks.
yep! you should look into ES6 features as well! you can actually use variables via ${variableName}
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes! I really like this:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
nice, will check it out thanks for the tip !
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit