Horje
how to do subtraction in javascript Code Example
how to do subtraction in javascript
//To subtract in Java script, you have to put an subtraction symbol '-' between them. If you have stored two numbers in variables, just put an subtraction symbol between the variable names.
//For example:
var a = 6
var b = 5
var c = a-b
var d = 6-5

Bot.send (c)/ print (c)// or whatever you use to get output
Bot.send (d)/ print (d)// or whatever you use to get output

//output will be: 1, 1




Javascript

Related
bubbleSort Code Example bubbleSort Code Example
printing in a single line in javascript Code Example printing in a single line in javascript Code Example
javascript ajax get Code Example javascript ajax get Code Example
document.getelementbyid Code Example document.getelementbyid Code Example
javascript remove uniques from array Code Example javascript remove uniques from array Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8