Do all browsers (IE doesn't matter) support use of backticks in javascript
Eg; can I use
console.log(`Prics is Rs. ${price}`);
Instead of
console.log('Prics is Rs.'+ price);
Do all browsers (IE doesn't matter) support use of backticks in javascript
Eg; can I use
console.log(`Prics is Rs. ${price}`);
Instead of
console.log('Prics is Rs.'+ price);
For further actions, you may consider blocking this person and/or reporting abuse
Anjan Shomodder -
SnykSec -
Kaja Uvais -
Stephen568hub -
Top comments (1)
Thanks a lot!!