YouTube doesn't want you know this subscribers secret
Get Free YouTube Subscribers, Views and Likes

raw method | String Object In JavaScript

Follow
Code Explained

Join my channel to get access to perks:
   / @codeexplained  

Hello All JavaScript Lovers Outhere!

Today you're going to learn about the String Object In JavaScript.

This tutorial is a series of videos, in each video we will discuss a method (or more) of the String Object in JavaScript.

In today's video, you're going to learn about the raw method.

The static String.raw() method is a tag function of template literals. It's used to get the raw string form of template literals — that is, substitutions (e.g. ${foo}) are processed, but escape sequences (e.g. \n) are not.

The String.raw().
Syntax :
String.raw`templateString`

templateString : A template literal, optionally with substitutions (${...}).

Social Media Links.
◾ Facebook :   / code.explained.official  
◾ Twitter :   / code_explained  
◾ Instagram :   / code.explained.official  
◾ GitHub : https://github.com/CodeExplainedRepo

Suppport the Channel
Paypal : https://paypal.me/CodeExplained
Buy Me a Coffee: https://www.buymeacoffee.com/CodeExpl...

posted by Haglichfn