-
Everything you need to know about JavaScript!!
Β When I started learning JS, I used many sources. And of course I have written few articles on JS functions and methods. So I thought of clubbing the simple tricks and basics for JS in single place. Lets start with the variables. 1.Variables: var, const, let var: The most common variable. Can be reassigned but…
-
Global functions of JavaScript!!!
Some basic knowledge about JavaScript will help you to write better scripts in Postman for your API testing automation. We will look about some global functions and their usage. Once you learn you will know when and where to use in your script. These global functions called globally, rather than on an object directly return…
