HEADER ADS 728X90

JavaScript Arithmetic Operators | javascript Tutorial | BY Codeprime

js operator es6,javascript arithmetic operators tutorial,javascript arithmetic calculation tutorial,javascript tutorial in hindi,learn javascript in hindi,javascript for beginners,javascript basics,web design tutorial,javascript with html,yahoo baba javascript,yahoo baba,javascript operators,javascript what are operators,what is operator in computer programming,javascript arithmetic operators,how to use operators,javascript arithmetic operators tutorial,javascript arithmetic calculation tutorial,javascript tutorial in hindi,learn javascript in hindi,javascript for beginners,javascript basics,web design tutorial,javascript with html,yahoo baba javascript,yahoo baba,husain sir,javascript,bangla,javascript bangla tutorial,web bangla tutorial,anisul islam,anisul islam javascript,javascript anisul islam,bangla web design,anisul islam bangla,bangla javascript anisul islam,complete javascript,javascript tutorial for beginners,operator,operator in javascript,arithmetic operator,assignment operator,increment operator,decrement operator,js tutorial,javascript assignment operators,web development,javascript tutorial,web design tutorial, codeprime, coding tutorial, how to learn coding easy way to learn coding

Hi dear welcome to "CodePrime" Blog . In this post you are going to learn JavaScript Arithmetic Operators | javascript Tutorial | BY Codeprime. First Creat A index.html file Copy This HTML CODE and pest it one your code editor. 2ndly creat arithmatic.js file Then Copy The JS CODE and pest it then open the index.html file with your browser.

HTML CODE

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="/arithmetic.js"></script>
    <title>javascript</title>
</head>
<body>
    <!-- <h2>Javascript Tutorial</h2>
    <h3>By Codeprime</h3> -->

   
</body>
</html>

JAVASCRIPT CODE

var a = 20;
a--;
var b = 10;
b--;
var c = a + b;



document.write(c);

Youtube Tutorial

FLOW US ON SOCIAL MEDIA

Post a Comment

0 Comments

Join Telegram