Comment faire la division en javascript

//To add in Java script, you have to put an forward slash symbol '/' between them. If you have stored two numbers in variables, just put a forward slash symbol between the variable names.
//For example:
var a = 30
var b = 6
var c = a/b
var d = 30/6

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: 5, 5
//Don't forget to upvote this answer if you found it helpful. It will help others too!
Your help :P