Which Sass function is used to get the random number between 1 and the given number?
Options:
Explanation:
The
random(number) function is used to get the random number between 1 and the given number.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the random number between 1 and the given number random(number).