Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.js Secret

Last active April 15, 2018 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creyn/0ae4c605407ee3514d6ff54587c2af97 to your computer and use it in GitHub Desktop.
Save creyn/0ae4c605407ee3514d6ff54587c2af97 to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : przykłady funkcji Math.floor
Math.floor(5.9999) = 5
Math.floor(4.1) = 4
Math.floor(3.0) = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment