Skip to content

Instantly share code, notes, and snippets.

@ranamahmud
Created November 2, 2020 13:31
Show Gist options
  • Save ranamahmud/0ff843334c347419dc72e49eb3c65d8c to your computer and use it in GitHub Desktop.
Save ranamahmud/0ff843334c347419dc72e49eb3c65d8c to your computer and use it in GitHub Desktop.
var a = 7;
var b = 2;
var result = a/ b;
console.log(result);
3.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment