Programming Tips πŸ’‘
51.6K subscribers
67 photos
10 videos
30 files
354 links
Programming & AI:
Tips πŸ’‘
Articles πŸ“•
Resources πŸ‘Ύ
Design Patterns πŸ’Ž
Software Principles βœ…

πŸ‡³πŸ‡± Contact: @MoienTajik

🎯 Buy ads: https://telega.io/c/ProgrammingTip
Download Telegram
CONST vs LET vs VAR ⚑️

This article will look to clear on why those classic var declarations can be confusing and will also introduce block-level bindings aka const and let.

[ Website ] : http://bit.do/jvar
γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Variable
@ProgrammingTip
CSS Variables β€” What You Need to Know 🎨

CSS variables are more accurately described as custom properties.

They are useful in preventing DRY β€” Don’t Repeat Yourself code.

With the ability to change a property once and have that change made all over your style sheet is magical ❗️

[ Article ] : http://bit.do/cvar

γ€°γ€°γ€°γ€°γ€°γ€°
#CSS #Variable
@ProgrammingTip