
prakash pun
@prakash_pun
Followers
256
Following
592
Media
58
Statuses
193
Passionate developer sharing insights,coding practices. Turning code into creativity. 💻✨ Let's build something together #WebDev #buildinpublic
Bengaluru, Karnataka
Joined August 2010
Hi guys, .Another chapter added to the JavaScript Interview Concepts guide. Download your free PDF link here: Looking forward to more suggestions from you'll.🫶 #javascript #interview #frontend #coding #programming.
9820419704756.gumroad.com
This comprehensive guide covers everything you need to know to ace your interview, including a breakdown of commonly asked JavaScript interview questions, tips on how to answer them effectively, an...
1
2
3
I was interested in checking how to build a chrome extension using React and TailwindCSS, so built a tiny extension with it. Check it out here . #buildinginpublic.
0
0
0
Blazing-fast image creation – using just your voice. Try Grok Imagine.
313
628
4K
Is there a way this can be resolved ? Help me out please !.
0
0
0
When I asked the passport officer at Lalbagh office Bengaluru, she said because my parents are of Nepalese origin, but even when I told her that by citizenship law since am born before June 1987, I am legally Indian citizen!.
0
0
0
I just published Memory leaks in JavaScript
link.medium.com
Memory leak occurs when a program allocates memory but fails to release it when it’s no longer needed. In JavaScript, memory is…
0
0
0
I just published JavaScript shorthands to make your life easier!
link.medium.com
JavaScript has evolved significantly over the years, introducing many shorthand notations and syntax improvements that make code more…
0
0
0
I just published How to use ES6 Template Literals in JavaScript effectively!
link.medium.com
Template Literals, also known as Template Strings, are a way to create strings in JavaScript that allows for embedded expressions and…
0
0
0
I just published JavaScript Even Loop
link.medium.com
JavaScript is often described as a single-threaded language, which means it can only execute one operation at a time. However, JavaScript’s…
0
0
0
I just published How to clone objects in JavaScript
link.medium.com
In JavaScript, when you assign an object to a new variable, you are not making a copy of the object. You’re creating a new reference to the…
0
0
0
I just published Why JavaScript needs Transpilers and Polyfills ?
link.medium.com
JavaScript has evolved rapidly over the years, introducing new features and syntax that make coding more efficient and expressive. However…
0
0
0
I just published How == and === differ in JavaScript?
link.medium.com
JavaScript provides two equality operators: the double equals (==) and the triple equals (===). While they may seem similar at first…
0
0
0
I just published How to use Spread and Rest operators in JavaScript
link.medium.com
The rest and spread operators, introduced in ECMAScript 6 (ES6), are powerful features that enhance the way we work with arrays and objects…
0
0
0
I just published From Blueprint to Inheritance: JavaScript Prototypes in Detail!
link.medium.com
In JavaScript, prototypes are a fundamental concept that forms the basis of object-oriented programming. Unlike class-based languages…
0
0
0
Read “bind(), call(), and apply() in JavaScript“ by Prakash Pun on Medium:
medium.com
Let’s start with a silly programming joke, shall we ? 😜
0
0
0
I just published Think You Know JavaScript? Try These Interview Curveballs : Part 2
link.medium.com
This is a continuation of series of interview questions that you can expect during JavaScript interviews. Read the Part 1 here
0
0
0
I just published How to write cleaner code using Destructuring in JavaScript!
link.medium.com
Destructuring is one of the features in JavaScript, that gives the ability to write clean and readable code. The syntax, introduced in ES6…
0
0
0
I just published JavaScript Promises Concepts Every Developer Should Know
link.medium.com
JavaScript Promises are like the friendly handshake between your code and a time-consuming tasks. It provides a way for handling…
0
0
0
I just published Think You Know JavaScript? Try These Interview Curveballs : Part 1
link.medium.com
Here are some interesting JavaScript questions that can be a curveball during interview process. Hope these helps you in your preparations!
0
0
0
I just published How Throttling Can Optimise Your JavaScript Code
link.medium.com
What is Throttling? Throttling is a technique that limits how frequently a function is called over time. It is useful when dealing with…
0
0
0
I just published Say No to Janky Interfaces: Debouncing in JavaScript
link.medium.com
Debouncing in JavaScript: If you’re working with user input in JavaScript, you’re bound to encounter situations where you want to act only…
0
0
0
I just published Temporal Dead Zone(TDZ) in JavaScript
link.medium.com
Let’s start with a silly programming joke, shall we ? 😜
0
0
0