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

tips

  1. Home>
  2. tips
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 🚀 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 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
Read more about the article Converting Dates from Strings in MongoDB
Database / MongoDB / Uncategorised

Converting Dates from Strings in MongoDB

While MongoDB has a native Date data type, dates can sometimes be stored as strings. To perform date-based operations and comparisons effectively, it's often necessary to convert these strings to…

0 Comments
8th January 2024
Read more about the article Avoid These Common JavaScript Mistakes: A Developer’s Guide
Avoid These Common JavaScript Mistakes A Developer's Guide
Javascript / Tech / TipsnTricks

Avoid These Common JavaScript Mistakes: A Developer’s Guide

JavaScript, the backbone of modern web development, offers endless possibilities. However, even experienced developers can stumble into common pitfalls. In this article, we'll explore some prevalent JavaScript mistakes and how…

0 Comments
11th September 2023
  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • 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