codebypc
@codebypc
2.09K
subscribers
210
photos
59
videos
160
files
250
links
Html, css3, javascript, reactjs, express, Fullstack, backend, Bootstrap, mongodb
Download Telegram
Join
codebypc
2.09K subscribers
codebypc
https://youtu.be/phw298mPA-Q?si=_lgZ_hToddL7Sa_Z
YouTube
Difference between function declaration and expression in
JavaScript
#coding #coding #
javascript
💡
What is the Difference Between Function Declaration and Function Expression in
JavaScript
?
Confused about Function Declaration vs Function Expression in
JavaScript
?
🤔
In this short video, I’ll explain the key differences with clear examples so you’ll never…
❤
2
codebypc
https://youtube.com/shorts/7c-Z1icpVV4?si=85CBHvTmw43Y9Y46
YouTube
JavaScript
Interview Questions ||
JavaScript
Array #shorts #
javascript
#coding
✨
JavaScript
MCQ Time!
✨
What will be the output of this code?
👇
let a = [1, 2, 3];let b = [1, 2, 3];console.log(a == b, a === b);Options:A) true trueB) false...
❤
1
codebypc
https://youtube.com/shorts/PvUSgLzNyFc?si=BXwSFcPhNjITnD6N
YouTube
JavaScript
Output Quiz ||
JavaScript
String Methods #coding #
javascript
#shorts
🚀
JavaScript
Output Quiz
🖥️
👉
Can you guess the correct answer?console.log("5" - 2); console.log("5" + 2);Options:A) 3 "52"B) "3" 7C) 3 7D) "52" "3"
✅
Corr...
codebypc
https://youtube.com/shorts/t0CT_dypjNE?si=MlDpX--YUD1_AbCq
YouTube
Difference between undefined and null in
JavaScript
#
javascript
#shorts
🤔
Ever wondered what’s the difference between undefined and null in
JavaScript
?In this reel, I’ll explain it in the simplest way so you never get confused a...
codebypc
https://youtu.be/FOL5V7iwFgM?si=ozF-xTiV5odBXRI4
YouTube
z index in css || CSS full concepts for Interview #coding #
javascript
#interviewprep
CSS is one of the most important topics for front-end interviews.
🚀
In this video, we’ll cover the z-index property in detail along with other core CSS concepts like position, display, flexbox, grid, pseudo-classes, media queries, transitions, animations…
codebypc
https://youtube.com/shorts/sBU7j10dO-A?si=U5O2SO8eLmgK3xlJ
YouTube
trim method in
JavaScript
||
JavaScript
Array Methods #coding #shorts #
javascript
In this reel, we’re learning about the trim() method in
JavaScript
— a super useful string method that removes unwanted spaces from the beginning and end of ...
codebypc
https://youtube.com/shorts/n0suyZknaNc?si=Qmh4bEJiFFVAJ2bD
YouTube
JavaScript
Interview Questions #coding #
javascript
#shorts
🚀
JavaScript
Trick Time!Do you know the difference between !!"" and !!" " in JS?
🤔
Both look almost the same, but the output will surprise you!
⚡
👉
Correct ...
codebypc
https://youtube.com/shorts/YkG1uVUqqLA?si=8NQa_celDQT8QGjY
YouTube
Why is var considered problematic in
javascript
|| JS Variables #coding #
javascript
#shorts
🚨
Why is var considered problematic in JavaScriptIn this short, I explain why using var can lead to unexpected bugs due to hoisting, function scope, and re-...
codebypc
https://youtube.com/shorts/yHV5i7ZU8KU?si=vkKncLOC6uAJMEpj
YouTube
Template literals in
JavaScript
#coding #
javascript
#shorts
Ever wondered if you can call **functions directly inside template literals** in
JavaScript
?
🤔
In this short video, I’ll show you a quick and simple example ...
codebypc
https://youtube.com/shorts/0L-Bjutx2qo?si=zrNZnz-ZRnsmjJaz
YouTube
map method in
JavaScript
#coding #shorts #
javascript
🚀
Master the .map() Method in
JavaScript
!In this short, I’ll show you how the map() method works and what happens when you forget to use the return statemen...