Month: May 2022

How to delete a file in Node.js? Remove file with Node

Introduction In this blog post, we will learn how to delete a file or symbolic link in Node.js. Node.js core fs module provides APIs to remove files or symlinks from the file system. fs.unlink() is used to asynchronously remove a file or symbolic link. fs.unlinkSync() is used to synchronously remove a file or symbolic link.

Read more

Coding Interview Questions and Answers

Interviews are a great way for employers to assess a potential employee’s coding ability and knowledge. They help employers to determine the applicant’s capability to work on their project and can secure their confidence in their hire. As such, it is important for potential employees to be well-prepared for coding interviews, as the questions asked

Read more

How to generate AST(Abstract Syntax Tree) of javascript code?

Introduction Abstract Syntax Tree or AST is syntactic tree representations of a code. Each node of the tree denotes a construct occurring in the source code. This is a fundamental part of the way a compiler works. The syntax is “abstract” as it does not represent every detail appearing in the real syntax, but rather

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