Which Sass function is used to round number down to the nearest integer?
Options:
Explanation:
The <span class="w3-codespan">floor(number)</span> function is used to round number down to the nearest integer.
Tags:
SASS
Computer
Answer:
Which Sass function is used to round number down to the nearest integer floor(number).