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
Adedeji Michael -
Vladislav V. -
Chase Anderson -
Jaime -
Top comments (1)
Thanks a lot!!