APAbhinav Pandeyindynamitee.hashnode.dev·May 9, 2023 · 2 min readFunction In Javascript:The function is a block of code designed to perform some particular task function myFunction(p1, p2) { return p1 * p2; } Anonymous functions: In this, we can declare a function in the form of a variable, and hence can remove the name of function a...00
APAbhinav Pandeyindynamitee.hashnode.dev·Mar 16, 2023 · 1 min readBasics Of Internet:What is the internet? what is a web browser? what is a browser engine? Example of browser engines? INTERNET:- The Internet is a system that provides connectivity for millions of people all across the world. It allows the computer to communicate ...00