en
Feedback
JAVASCRIPT_PROGRAMMING

JAVASCRIPT_PROGRAMMING

Open in Telegram

Hello! I am @imabhi3030 and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills. I am always present to help you. If you need any kind of assistance, just let me know! 😊

Show more
The country is not specifiedTechnologies & Applications103 796
284
Subscribers
+724 hours
+977 days
+25530 days
Posts Archive
\n\n\n\n","datePublished":"2023-09-20T03:50:41Z","dateModified":"2023-09-20T03:50:41Z","author":{"@type":"Organization","name":"JAVASCRIPT_PROGRAMMING","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings","image":"https://img.tlmtr.io/c/2asP5y/6053053391036332941?ty=x"},"publisher":{"@type":"Organization","name":"JAVASCRIPT_PROGRAMMING","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings","image":"https://img.tlmtr.io/c/2asP5y/6053053391036332941?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":200},{"@type":"InteractionCounter","interactionType":"https://schema.org/LikeAction","userInteractionCount":2},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":3,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/7","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/7","mainEntityOfPage":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/7","headline":"Program to add two numbers ------------------------------------------------- Program: …","articleBody":"Program to add two numbers\n-------------------------------------------------\nProgram:\n\n\n\n\n Addition Example\n \n\n\n

Add Two Numbers

\n \n
\n \n \n
\n\n
\n\n

\n\n\n\n-------------------------------------------------\n#basicprograms","datePublished":"2023-09-18T16:05:36Z","dateModified":"2023-09-18T16:05:36Z","author":{"@type":"Organization","name":"JAVASCRIPT_PROGRAMMING","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings","image":"https://img.tlmtr.io/c/2asP5y/6053053391036332941?ty=x"},"publisher":{"@type":"Organization","name":"JAVASCRIPT_PROGRAMMING","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings","image":"https://img.tlmtr.io/c/2asP5y/6053053391036332941?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":190}]}},{"@type":"ListItem","position":4,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/6","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/6","mainEntityOfPage":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/6","headline":"Program to print hello world in javascript console.log(\"Hello, World!\");","articleBody":"Program to print hello world in javascript\n\nconsole.log(\"Hello, World!\");","datePublished":"2023-09-18T11:23:56Z","dateModified":"2023-09-18T11:23:56Z","author":{"@type":"Organization","name":"JAVASCRIPT_PROGRAMMING","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings","image":"https://img.tlmtr.io/c/2asP5y/6053053391036332941?ty=x"},"publisher":{"@type":"Organization","name":"JAVASCRIPT_PROGRAMMING","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings","image":"https://img.tlmtr.io/c/2asP5y/6053053391036332941?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":134}]}},{"@type":"ListItem","position":5,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/5","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/5","mainEntityOfPage":"https://telemetr.io/en/channels/1986898596-javascript_programmings/posts/5","headline":"------------------------------ Introducing myself : ------------------------------ I'm also a student like yo…","articleBody":"------------------------------\nIntroducing myself :\n------------------------------\nI'm also a student like you studying BCA 3rd year, I started this channel to share the knowledge of C programming .\n\nI try to gather as much programs as I can and share them with you, hoping you will support the channel by sharing this channel with your friends who are aiming to practice programs.\n\nChannel link is hereπŸ‘‡\n\n\nhttps://t.me/javascript_programmings\n\nIf I make any mistakes in any program message me the mistake I had made so I'll try to correct them.\ncontact here πŸ‘‡\n@imabhi3030","datePublished":"2023-09-18T11:05:03Z","dateModified":"2023-09-18T11:05:03Z","author":{"@type":"Organization","name":"JAVASCRIPT_PROGRAMMING","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings","image":"https://img.tlmtr.io/c/2asP5y/6053053391036332941?ty=x"},"publisher":{"@type":"Organization","name":"JAVASCRIPT_PROGRAMMING","url":"https://telemetr.io/en/channels/1986898596-javascript_programmings","image":"https://img.tlmtr.io/c/2asP5y/6053053391036332941?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":138}]}}]}
Kya abhi bhi Google pe hi search krte ho πŸ˜’ Smart bniye use kijiye hmara Chatgpt telegram bot πŸ‘‰ @imabhiAI_bot βœ… unlimited message βœ… 24Γ—7 Support βœ… support all languages βœ… translation features βœ… quick response βœ… easy to use Our other bot you can try Compiler bot advance - @IOCompiler_bot Code compiler - @Cmpbbot Compiler pro - @CodeCompiler_Bot Solve maths - @mathsrobot Group/channel manage - @Myhurthearts_bot

<!DOCTYPE html> <html> <head> <title></title> </head> <body> This link is Required. <script src="https://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js"></script> <script type="text/javascript"> function setup(){ createCanvas(windowWidth, windowHeight); } function draw(){ const col={}; const{r,g,b}=col; col.r=random(0,255); col.g=random(0,255); col.b=random(0,255); fill(col.r,col.g,col.b) ellipse(mouseX,mouseY, 150,100); } </script> </body> </html>

Program to add two numbers ------------------------------------------------- Program: <!DOCTYPE html> <html> <head> <title>Addition Example</title> <script> function addNumbers() { // Get the values from the input fields var num1 = parseFloat(document.getElementById("num1").value); var num2 = parseFloat(document.getElementById("num2").value); // Check if the input is valid if (!isNaN(num1) && !isNaN(num2)) { // Calculate the sum var sum = num1 + num2; // Display the result document.getElementById("result").innerHTML = "Result: " + sum; } else { // Display an error message if input is not valid document.getElementById("result").innerHTML = "Invalid input. Please enter valid numbers."; } } </script> </head> <body> <h1>Add Two Numbers</h1> <label for="num1">Number 1:</label> <input type="text" id="num1"><br> <label for="num2">Number 2:</label> <input type="text" id="num2"><br> <button onclick="addNumbers()">Add</button><br> <p id="result"></p> </body> </html> ------------------------------------------------- #basicprograms

Program to print hello world in javascript console.log("Hello, World!");

------------------------------ Introducing myself : ------------------------------ I'm also a student like you studying BCA 3rd year, I started this channel to share the knowledge of C programming . I try to gather as much programs as I can and share them with you, hoping you will support the channel by sharing this channel with your friends who are aiming to practice programs. Channel link is hereπŸ‘‡ https://t.me/javascript_programmings If I make any mistakes in any program message me the mistake I had made so I'll try to correct them. contact here πŸ‘‡ @imabhi3030