Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecmascript 2016

Javascript : Async/await In .replace

I am using the async/await function the following way async function(){ let output = await string… Read more Javascript : Async/await In .replace

How To Make Vs Code Recognize The Es7 Bind Operator

VS Code does not recognize the ES7 bind syntax out of the box. Instead, it shows up as a syntax err… Read more How To Make Vs Code Recognize The Es7 Bind Operator

Make Sure That Using This Pseudorandom Number Generator Is Safe Here

When I declared a variable like: const FileId = Math.random().toString(36).substr(2, 9); I am gett… Read more Make Sure That Using This Pseudorandom Number Generator Is Safe Here