< Code Topology />

Skip to content
Menu
  • Home
  • PHP
  • Scripts
    • Typescript
    • JavaScript
    • jQuery
  • Database
  • Tools
    • My Screen Resolution
  • Calculators
    • Dog Age Calculator
    • Home Affordability Calculator

Tag: javascript

Posted on May 26th, 2024JavaScript

Breaking Down Complex Concepts: Understanding JavaScript Objects

Image by Ghinzo from Pixabay Objects in JavaScript are the most important data types that allow developers to store data,its associated functions and to organize…

Continue Reading
Posted on May 26th, 2024JavaScript

setTimeout() and setInterval() In JavaScript

Image by Annette from Pixabay setTimeout() and setInterval() are the 2 most useful functions in JavaScript. setTimeout() in javascript is used to execute a piece…

Continue Reading
Posted on May 19th, 2024JavaScript

What are Polyfills and Transpilers in JavaScript?

Image by PublicDomainPictures from Pixabay Javascript is continuously evolving since its debut in 1995. While this development happens, it is uncertain that these new features…

Continue Reading
Posted on May 11th, 2024JavaScript

Everything you need to know about comments in JavaScript

Image by Elsemargriet from Pixabay JavaScript comments are used to add an explanatory notes in the code, to explain what code does and to disable…

Continue Reading
Posted on May 5th, 2024JavaScript

Debugging in JavaScript | Beginner Guide

Image by 15548337 from Pixabay Debugging is the process of finding bugs and/or errors in the program. Debugging in JavaScript can sometimes feel like solving…

Continue Reading
Posted on May 5th, 2024JavaScript

All about JavaScript Functions: Function Expressions and Arrow Functions

Image by Julita from Pixabay Functions, like any other language, are building blocks of javascript that allow to reuse of the code. In this article,…

Continue Reading
Posted on May 5th, 2024JavaScript

“switch” Statement in JavaScript

Image by Alltechbuzz_net from Pixabay Logically, switch statement in JavaScript is nothing but a combination of if-else statements. switch statement evaluates an expression and executes…

Continue Reading
Posted on May 1st, 2024JavaScript

Nullish coalescing operator ‘??’ in Javascript

Nullish coalescing operator is a recent addition in javascript that provides an easy way to deal with null and undefined values in javascript. This is…

Continue Reading
Posted on March 31st, 2024JavaScript

Exploring alert(), confirm() and prompt() in Javascript

Image by Andreas from Pixabay There are 3 ways to interact with the user in javascript : alert(), confirm() and prompt(). All these 3 functions…

Continue Reading
Posted on March 31st, 2024JavaScript

What is “use strict” mode in Javascript?

Image by Gerd Altmann from Pixabay “use strict” mode in javascript was introduced by ECMAScript 5 which ensures that certain actions are not executed and…

Continue Reading

Posts pagination

Page 1 Page 2 Next Page

Subscribe

Loading

Home · About · Privacy Policy · Contact Us

Code Topology © 2025

Your subscription could not be saved. Please try again.
Your subscription has been successful.

Join Your < Code Topology /> Family

No Thanks