Skip to content
Singhak
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy
  • Toggle website search
Menu Close
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy
  • Toggle website search

Interview

  1. Home>
  2. Interview
Read more about the article 🚀 Understanding call(), bind(), and apply() Like a 5th Grader!
Photo by Pixabay on Pexels.com
Javascript / Tech / TipsnTricks

🚀 Understanding call(), bind(), and apply() Like a 5th Grader!

Imagine you have a robot named Bob 🤖. Bob can introduce himself and say where he is from. But sometimes, you want Bob to introduce someone else! This is where…

0 Comments
15th March 2025
Read more about the article dirname and filename in nodejs es6 module
Photo by Pixabay on Pexels.com
Javascript / Tech

dirname and filename in nodejs es6 module

In Node.js with ES6 modules, you can use the import.meta.url to get the current file's URL, and then use the URL module to extract the directory name and file name.…

0 Comments
8th March 2025
Read more about the article 🚀 export vs export default in JavaScript Modules
Photo by Tom Fisk on Pexels.com
Javascript / Tech

🚀 export vs export default in JavaScript Modules

JavaScript ES6 modules allow us to export and import code between files. There are two main types of exports: 1️⃣ Named Exports (export)2️⃣ Default Exports (export default) 🔹 1. Named…

0 Comments
25th January 2025
Read more about the article 🚀 Understanding Prototype in JavaScript
Photo by Jakub Zerdzicki on Pexels.com
Javascript / Tech

🚀 Understanding Prototype in JavaScript

🔹 What is Prototype in JavaScript? In JavaScript, prototype is a built-in mechanism that allows objects to inherit properties and methods from other objects. Every JavaScript function has a special…

0 Comments
18th January 2025
Read more about the article CommonJS and ES Modules (ESM). why they differ?
Photo by Jan van der Wolf on Pexels.com
Javascript / Tech

CommonJS and ES Modules (ESM). why they differ?

1. Historical Development CommonJS (CJS): Introduced in 2009 for Node.js. Designed to work in server environments where synchronous loading of modules was acceptable. Uses require() to import modules and module.exports…

0 Comments
4th January 2025
Read more about the article How to Fix the First Column of an HTML Table: A Complete Guide
Photo by Juan Pablo Serrano on Pexels.com
HTML-CSS

How to Fix the First Column of an HTML Table: A Complete Guide

When working with HTML tables containing a large amount of data, it can be challenging to keep track of row details when scrolling horizontally through columns. To address this issue,…

0 Comments
15th June 2024
Read more about the article Converting Numbers to Ordinal Numbers: A Simple Guide
Photo by Digital Buggu on Pexels.com
Javascript / Tech

Converting Numbers to Ordinal Numbers: A Simple Guide

Understanding ordinal numbers is essential in language and mathematics. They denote a position in a sequence or order, such as first, second, third, and so forth. While cardinal numbers represent…

0 Comments
8th June 2024
Read more about the article 🔹 append() vs appendChild() in JavaScript
Photo by Pedro Cunha on Pexels.com
Javascript / Tech

🔹 append() vs appendChild() in JavaScript

Featureappend()appendChild()DefinitionAdds one or more nodes or strings to the end of a parent element.Adds a single node to the end of a parent element.Can Append Text?✅ Yes, can append both…

0 Comments
13th January 2024
  • 1
  • 2
  • 3
  • 4
  • 5
  • Go to the next page

Buy Me a Coffee

Follow Us

Join Telegram Channel

Categories

Archives

Subscribe

Recent Posts

  • 🚀 Understanding call(), bind(), and apply() Like a 5th Grader!
  • dirname and filename in nodejs es6 module
  • An import declaration can only be used at the top level of a module
  • 🚀 export vs export default in JavaScript Modules
  • 🚀 Understanding Prototype in JavaScript

Menu

  • Home
  • Submit Post
  • Privacy Policy
  • About me
  • Guest Post Submission
  • Contact Us
Support Me

Buy Me a Coffee

Copyright 2021 - Singhak
pixel