Learn, grow and help others with BBBootstrap
Contribute us with some awesome cool snippets using HTML,CSS,JAVASCRIPT and BOOTSTRAP
Best way to encode url in javascript is to use back tick(`) which is ES6 feature.
let name = `bbb`; params = `name=${name}`; var myOtherUrl = `http://example.com/index.html?url=${encodeURIComponent(params)}`; console.log(myOtherUrl);