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
git commands.pdf
5.9 MB
codebypc
https://youtube.com/shorts/b7WPe9qGGcE?si=vtsw--RWCOBjot2B
YouTube
overflow hidden property in CSS #css3 #shorts
Do you know why your extra content suddenly disappears outside a div?
๐ค
Thatโs because of overflow: hidden in CSS!
๐ก
It helps you control overflowing content...
codebypc
https://youtube.com/shorts/lmR0YUZPqZs?si=vH-E9PVncinGwP2U
codebypc
codebypc
What are combinators in CSS.pdf
4.4 MB
codebypc
https://youtube.com/shorts/Ex6TJTnNH7A?si=2xEF3wRXzYOxRh6-
YouTube
Lazy Loading Technique || HTML Performance Hacks #html5 #coding #shorts
Lazy Loading Technique || HTML Performance Hacks
๐ก
Want faster website loading?Use just one magic attribute โ loading="lazy"
๐ข
It delays image loading until ...
codebypc
https://youtube.com/shorts/igu7IAls4W4?si=cE3c8zebVMIzFbX7
YouTube
What Happens When You Access a Non-Existent Property in JavaScript? #coding #shorts
๐ค
Ever tried accessing a property that doesnโt exist in your JavaScript object?Hereโs what really happens
๐
๐ซ
You donโt get an error โ you get undefined
๐
...
codebypc
https://youtube.com/shorts/doiUu53oCmE?si=mZAUbFTb5IPlcJ0c
YouTube
Symbol in JavaScript || JavaScript Interview Questions #coding #javascript #shorts
Ever seen Symbol(id) in JavaScript?
๐ค
In this short, youโll learn what Symbols are and why theyโre used.They create unique keys that never clash โ perfect fo...
codebypc
https://youtube.com/shorts/CKTpiQQwOHE?si=FSUeUAs4pBQRQtfE
YouTube
Remove duplicates from an array in JavaScript #coding #javascript #shorts
๐
Remove duplicates from an array in seconds!
๐ก
Use new Set() โ the cleanest and fastest way to get unique values in JavaScript
๐
const uniqueArr = [...new ...
codebypc
https://youtube.com/shorts/fYodoMR_97I?si=pslMTEOEjcaf3M6p
YouTube
What will this JavaScript code print || JavaScript concepts #coding #shorts #javascript
What will this JavaScript code print?console.log([] == 0);
๐ง
Options:A) falseB) true
โ
C) undefinedD) Error
๐ก
Correct Answer: B) true
๐
Explanation:In JavaScr...
codebypc
https://youtube.com/shorts/GoZb5SOKTv4?si=Ky5mznTPv0NbjW1a
YouTube
Explained the concept of currying with an example. #javascript #shorts
Currying in JavaScript
๐ฅ
โ The secret technique that turns functions into power tools!
๐ช
Instead of sum(2,3,4) โ write sum(2)(3)(4)
๐คฏ
Master this concept & ...
codebypc
https://youtube.com/shorts/xjaq2SlUMYY?si=4ZC4_TxFNXQZ-_GX
YouTube
5 Ways to Merge Two Arrays in JavaScript #coding #shorts
๐ฅ
5 Ways to Merge Two Arrays in JavaScript โ from Beginner to Pro!Use concat(), spread operator, or even flat() like a pro.Which one do you use most often? ...
codebypc
Which of these is not a JavaScript data type?
Anonymous Quiz
3%
A) String
2%
B) Boolean
70%
C) Float
26%
D) Object
codebypc
https://youtube.com/shorts/uh4E3RbjB3s?si=437Fr1jmElCfGzhH
YouTube
How can innerHTML lead to vulnerabilities? #coding #shorts
Most beginners still use innerHTML to update the DOM โ but it can open the door to dangerous XSS attacks.In this video, youโll learn how innerHTML executes u...
codebypc
๐ฅ
What is CORS.pdf
44 KB
๐
2
codebypc
html top 100.pdf
51.2 KB
๐
1
codebypc
https://youtube.com/shorts/Zn_h5ynCols?si=Do-uEKsjf-Bs5mFE
YouTube
Semantic HTML tag #coding #shorts
๐น
Semantic HTML made simple
โ
Know the right tag, write better code, and boost SEO
๐
Perfect for beginners & interview prep
๐ป
Comment PDF for full notes
๐ฉ
โo...
codebypc
html vs html 5.pdf
1.7 MB
codebypc
https://youtube.com/shorts/-uSEfnXKv2M?si=mzQFG26h_ozf-F5H
YouTube
When to Use null in JavaScript? | Simple Explanation for Beginners #js #shorts
Struggling to understand when to use null in JavaScript? In this short video, I break down exactly why and where you should use null in real coding situation...
codebypc
https://www.instagram.com/reel/DSKcY_WjS5F/?igsh=dmljcmpkaWE1azhm
Instagram
@englishbypc
Level up your English speaking every single day
โจ
If you want to sound confident, natural, and professional โ follow @englishbypc for daily tips.
Stay consistent, stay improving
๐ฏ
Comment PDF if you want todayโs notes!
---
#EnglishByPC
#SpokenEnglishโฆ
codebypc
https://youtube.com/shorts/Im_0t94WsEs?si=NxlWg5CDpez19-fS
YouTube
What Are Attributes in HTML? | HTML Basics for Beginners Explained in 30 Seconds #coding #shorts #js
Unlock the basics of modern web development!In this YouTube Short, PC Prajapat explains what HTML attributes are, why they are used, and how they help contro...