
0647 read as 423 in C++
In C++, octal numbers play a crucial role in numerical representations. One intriguing aspect of octal numbers is the significance of leading zeros in their rep…
A curated collection of thoughts, observations, and engineering notes — sifted from daily reading, courses, and ongoing research.

In C++, octal numbers play a crucial role in numerical representations. One intriguing aspect of octal numbers is the significance of leading zeros in their rep…
Hello Everyone, This is Ashutosh, and today marks the last day of my journey at Codemonk—at least in this home. But this is just a transition, not a farewell fo…

I dont know much....
About myself Hello my name is Prince Tiwari, I am going to write about my recent experience in NDA exam, actually this was my 2nd attempt, so I am going to writ…
Syntax, Expression, and Statement in JavaScript
My journy from Delhi to Bangalore
— delhi bengaluru
What is JavaScript? JavaScript is a scripting language that enables interactive web pages. It's commonly used to create dynamic content, control multimedia, and…
Interviewer : Tell me all data types in JavaScript? You: There are total 8 built in data types in JavaScript. 1. string 2. number 3. boolean 4. null 5. undefine…
Coming Soon...
Coming soon
Polyfills are code snippets that fill the gap for older browsers to support modern web features. More precisely, a polyfill is a piece of code that enables olde…
This is ES6 feature Spread Operator The spread operator is used to expand elements of an iterable, such as an array, object, or string, into individual elements…
Showing 12 of 107 blogs