Coding Master
Open in Telegram
ADMIN : @Coding_Master π¨πΌβπΌ Hello guys, I Created This Telegram Channel To Share Useful Content On Web Development & Programming. π Free Ebooks π Free Tools & Resources Links π Free Projects Source Code So Stay Tuned With Us & Keep Learning π
Show more9 768
Subscribers
-824 hours
-277 days
-10830 days
Posts Archive
9 768
Three CSS Alternatives to JavaScript Navigation
https://bit.ly/2Woewpo
#css #navigation #javascript #alternatives
9 768
Bootstrap 5 alpha! π
Bootstrap is one of the open source that many developers love, including me. So what do we expect of the new changes when Bootstrap 5 is released?
Features β¨:
β’ jQuery removed
β’ Updated forms
β’ Enhanced grid system
β’ CSS custom properties by dropping support for Internet Explorer
Comming soon: RTL, offcanvas, and more π
Head to https://v5.getbootstrap.com to explore the new release. π₯
γ°οΈγ°οΈγ°οΈγ°οΈγ°οΈγ°οΈ
#Bootstrap #CSS
@ProgrammingTip
9 768
Write a JavaScript function to find the area of a triangle where lengths of the three of its sides are 5, 6, 7.
<script>
var side1 = 5;
var side2 = 6;
var side3 = 7;
var s = (side1 + side2 + side3)/2;
var area = Math.sqrt(s*((s-side1)*(s-side2)*(s-side3)));
console.log(area);
</script>
Available now! Telegram Research 2025 β the year's key insights 
