Month: April 2022

How does eval() work in Node.js?

Introduction eval or evil? Yes, I am calling eval() function as evil because it is a dangerous function that can execute arbitrary code passed to it. eval() is a global function in JavaScript that dynamically evaluates expressions from a string-based or compiled-code-based input. Let’s understand eval() function working in Node.js Syntax: The function takes only

Read more

OS module in Node.js

Introduction In this blog post, we will learn how can you use Node.js core module to get os specific Information. In the early days of JavaScript, it was just a client-side language but after the introduction of Node.js, it has become a server-side language as well. If you are building your web application by using

Read more

Please disable your adblocker or whitelist this site!

How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site