Template Strings | Template Literals in Javascript in Hindi
Template Literals in Javascript javascript ES6(ECMAScript 6) version में template literals को introduce किया गया है | पेहले के javascript versions में string को quotes (single या double quotes) के अंदर लिखी जाती थी | पर ES6 version से अब string को (` `)backtick के अंदर लिख सकतें हैं | और इसे template literals कहते … Read more