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>
<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>
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
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
Getbootstrap
Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.
Three CSS Alternatives to JavaScript Navigation
https://bit.ly/2Woewpo
#css #navigation #javascript #alternatives
https://bit.ly/2Woewpo
#css #navigation #javascript #alternatives
CSS-Tricks
Three CSS Alternatives to JavaScript Navigation | CSS-Tricks
Hey quick! Youβve gotta create the navigation for the site and you start working on the mobile behavior. What pattern do you choose? If youβre like most
Ultimate List Of All Web Development Resources
Learning Platforms:
https://freecodecamp.org/
https://codecademy.com/
https://javascript30.com/
https://frontendmentor.io/
https://testautomationu.applitools.com/
https://coursera.org/
https://khanacademy.org/
https://sololearn.com/
Free Hosting:
https://netlify.com/
https://firebase.google.com/
https://aws.amazon.com/
https://pages.github.com/
https://surge.sh/
https://heroku.com/
Coding Challenge Platforms:
https://topcoder.com/
https://hackerrank.com/
https://leetcode.com/
https://codingame.com/
https://codechef.com/
Freelancing platforms:
https://toptal.com/
https://upwork.com/
https://peopleperhour.com/
https://freelancer.com/
https://guru.com/
https://fiverr.com/
List of websites to find remote jobs:
https://flexjobs.com/
https://weworkremotely.com/
https://europeremotely.com/
https://justremote.co/
https://jobspresso.co/
Photos:
https://unsplash.com/
https://pixabay.com/
https://pexels.com/
Illustrations:
https://undraw.co/illustrations
https://drawkit.io/
https://iradesign.io/
https://icons8.com/ouch
https://blush.design/
Icons:
https://fontawesome.com/
https://flaticon.com/
https://material.io/resources/icons
https://icons8.com/
https://iconmonstr.com/
Fonts:
https://fonts.google.com/
https://fontspace.com/
https://fontsquirrel.com/
https://1001fonts.com/
Docs:
https://developer.mozilla.org/
https://w3schools.com/
https://w3docs.com/
https://devdocs.io/
Learning Platforms:
https://freecodecamp.org/
https://codecademy.com/
https://javascript30.com/
https://frontendmentor.io/
https://testautomationu.applitools.com/
https://coursera.org/
https://khanacademy.org/
https://sololearn.com/
Free Hosting:
https://netlify.com/
https://firebase.google.com/
https://aws.amazon.com/
https://pages.github.com/
https://surge.sh/
https://heroku.com/
Coding Challenge Platforms:
https://topcoder.com/
https://hackerrank.com/
https://leetcode.com/
https://codingame.com/
https://codechef.com/
Freelancing platforms:
https://toptal.com/
https://upwork.com/
https://peopleperhour.com/
https://freelancer.com/
https://guru.com/
https://fiverr.com/
List of websites to find remote jobs:
https://flexjobs.com/
https://weworkremotely.com/
https://europeremotely.com/
https://justremote.co/
https://jobspresso.co/
Photos:
https://unsplash.com/
https://pixabay.com/
https://pexels.com/
Illustrations:
https://undraw.co/illustrations
https://drawkit.io/
https://iradesign.io/
https://icons8.com/ouch
https://blush.design/
Icons:
https://fontawesome.com/
https://flaticon.com/
https://material.io/resources/icons
https://icons8.com/
https://iconmonstr.com/
Fonts:
https://fonts.google.com/
https://fontspace.com/
https://fontsquirrel.com/
https://1001fonts.com/
Docs:
https://developer.mozilla.org/
https://w3schools.com/
https://w3docs.com/
https://devdocs.io/
www.freecodecamp.org
Learn to Code β For Free
Here is an exhaustive list of web resources that will help you to become a great Frontend developer in 2020 ππ