Which Sass function is used to get the absolute value of the number?

26. Which Sass function is used to get the absolute value of the number?

  1. abs(number)
  2. num-abs(number)
  3. absolute(number)
  4. getabs(number)

Answer: A) abs(number)

Explanation:

The abs(number) function is used to get the absolute value of the number.

Example:

abs(-108)
Result: 108

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.