Java Script Examples step by step with Codes
Four Examples of Java Script with codes
Calculate how many chocolates will you eat in you remaining life
Code
<form name="myform"> <input type="date" name="dob"/><label>Enter Your Date of Birth</label><br> <input type="number" name="num" placeholder="Enter Number of Choclates you eat per month"> <label>Enter How Many Choclates you eat in one month</label><br> <input type="button" value="Calculate" onclick="calc()"/> </form> <div>Total Number of choclates you will eat in your life is: <b><span id="result"></span></b><br><sub>* You have maximum age of 80 years</sub></div> <script type="text/javascript"> function calc() { var dob = document.forms['myform']['dob'].value; var num = document.forms['myform']['num'].value; var a =new Date(dob); var b = new Date(); var dayr = 29200 - ((((b.getTime()- a.getTime())/1000)/60)/60)/24; document.getElementById('result').innerHTML = (num/30)*dayr; } </script>
Output
Total Number of choclates you will eat in your life is:
* You have maximum age of 80 years
* You have maximum age of 80 years
Remove Char at given index
Code
<form name="myform"> <input type="text" name="mystr" placeholder="Enter a String"/> <input type="number" name="indx" placeholder="Enter Index of Character"> <input type="button" value="Create New String" onclick="nwstr()"/> </form> <div>New String is: <b><span id="result"></span></b></div> <script type="text/javascript"> function nwstr() { var mstr = document.forms['myform']['mystr'].value; var indx = document.forms['myform']['indx'].value; var newstr = mstr.substring(0,indx) + mstr.substring((Number(indx)+1)); document.getElementById('result').innerHTML = newstr; } </script>
Output
New String is:
Add word Py in start of the given string
Code
<form name="myform"> <input type="text" name="mystr" placeholder="Enter a String"/> <input type="button" value="Create New String" onclick="nwstr()"/> </form> <div>New String is: <b><span id="result"></span></b></div> <script type="text/javascript"> function nwstr() { var mstr = document.forms['myform']['mystr'].value; var newstr = "Py"+mstr; document.getElementById('result').innerHTML = newstr; } </script>
Output
New String is:
Enormous blog you individuals have made there, I entirely appreciate the work.
ReplyDeleteher latest blog
I admire this article for the well-researched content and excellent wording. I got so involved in this material that I couldn’t stop reading. I am impressed with your work and skill. Thank you so much. 金融作业代写
ReplyDeleteInteresting topic for a blog. I have been searching the Internet for fun and came upon your website. Fabulous post. Thanks a ton for sharing your knowledge! It is great to see that some people still put in an effort into managing their websites. I'll be sure to check back again real soon. buy real instagram likes gradual delivery
ReplyDeleteMerci pour votre lien sur votre blog... j'étais intéressé au scripts Java lorsque j'étais dans la cinquantaine, je construisais des sites Internet alors... plus maintenant je me limite sur des plateformes comme « blogspot ».
ReplyDeleteJe viens de lire votre commentaire écrit il y a déjà quelques années.
Au plaisir !
dede101
Wow, What a Excellent post. I really found this to much informatics. It is what i was searching for.I would like to suggest you that please keep sharing such type of info.Thanks Java Tutorial
ReplyDeleteThey are able to make changes and edits on the fly, without much notice upfront from the client.
ReplyDeletebrand agencies San Francisco
Their talent and intelligence, coupled with their enthusiasm, made for a seamless partnership.
ReplyDeletetop UI design companies
Each time I used to always check blog posts within the first hours in the break of day, because I like to get information increasingly more.
ReplyDeletetop design agencies
留学生网课代上代考,作业论文代写,海外课程辅导平台 -你的作业代写专家assignment-daixie.com
ReplyDelete留学生网课代上代考,作业论文代写,海外课程辅导平台 -你的作业代写专家assignment-daixie
It dawned on her that others could make her happier, but only she could make herself happy. # BOOST Your GOOGLE RANKING.It’s Your Time To Be On #1st Page Our Motive is not just to create links but to get them indexed as will Increase Domain Authority (DA).We’re on a mission to increase DA PA of your domain High Quality Backlink Building Service 1000 Backlink at cheapest 50 High Quality Backlinks for just 50 INR 2000 Backlink at cheapest 5000 Backlink at cheapest
ReplyDeleteFor the 216th time, he said he would quit drinking soda after this last Coke.# BOOST Your GOOGLE RANKING.It’s Your Time To Be On #1st Page Our Motive is not just to create links but to get them indexed as will Increase Domain Authority (DA).We’re on a mission to increase DA PA of your domain High Quality Backlink Building Service Boost DA upto 15+ at cheapest Boost DA upto 25+ at cheapest Boost DA upto 35+ at cheapest Boost DA upto 45+ at cheapest
ReplyDeleteWhat's the best way to spend a rainy afternoon?# BOOST Your GOOGLE RANKING.It’s Your Time To Be On #1st Page Our Motive is not just to create links but to get them indexed as will Increase Domain Authority (DA).We’re on a mission to increase DA PA of your domain High Quality Backlink Building Service Boost DA upto 15+ at cheapest Boost DA upto 25+ at cheapest Boost DA upto 35+ at cheapest Boost DA upto 45+ at cheapest
ReplyDeleteAccessing free JavaScript examples with code is a fantastic way to learn and enhance web development skills. These real-world snippets demonstrate concepts like DOM manipulation, form validation, and interactive features. How Play Games Exploring such examples aids programmers in grasping JavaScript's power and versatility.
ReplyDelete