Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tranquangchau/318972a232ce34907758 to your computer and use it in GitHub Desktop.

Select an option

Save tranquangchau/318972a232ce34907758 to your computer and use it in GitHub Desktop.
<script>
function test(){
var x = (Number(3.3) * Number(4)).toFixed(2);
document.write(x);
}
test();
</script>
@tranquangchau

Copy link
Copy Markdown
Author

script>
function test(){
var x = (2.2* 1* 220).toFixed(0);
document.write(x);
}
test();
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment