JSFiddle - React, Tailwind, and code Playground
by shivaay123
JavaScript
let orgnstring = "Hello Shiv welcome to upwork platform";
let newstring = `Hello Shiv
welcome to
upwork platform`;
console.log(orgnstring);
console.log(newstring);
by shivaay123
let orgnstring = "Hello Shiv welcome to upwork platform";
let newstring = `Hello Shiv
welcome to
upwork platform`;
console.log(orgnstring);
console.log(newstring);