Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books
3.99K subscribers
878 photos
11 videos
995 files
354 links
One place for the latest in JavaScript, Python, Django, React, and more. Get top-notch tutorials, tips, and downloadable resources. Join us to elevate your tech skills!
Download Telegram
[ ]

Array's length property is a modifiable property in JS. When we make it 0, it truncates all its elements.
πŸ‘4
Types of SQL Commands:

Data Query Language (DQL):
β€” SELECT

Data Definition Language (DDL):
β€” CREATE
β€” ALTER
β€” DROP
β€” TRUNCATE

Data Manipulation Language (DML):
β€” INSERT
β€” UPDATE
β€” DELETE

Data Control Language (DCL):
β€” GRANT
β€” REVOKE

Transaction Control Language (TCL):
β€” COMMIT
β€” ROLLBACK
β€” SAVEPOINT
❀3πŸ‘3
It'll generate an error.

Like 'var', 'let' variables are also hoisted. But they can't be accessed before their declaration part. This is called "TDZ" (Temporal Dead Zone).
πŸ‘2
Generative Art with JavaScript and SVG: Utilizing Scalable Vector Graphics and Algorithms for Creative Coding and Design (2024)

Pdf available on private channel

https://t.me/c/2109572262/1079