×

Multiple-Choice Questions

Which Sass function is used to get the unique randomly generated unquoted string?

24. Which Sass function is used to get the unique randomly generated unquoted string?

  1. unique-id()
  2. random-id()
  3. random()
  4. unique()

Answer: A) unique-id()

Explanation:

The unique-id() function is used to get the unique randomly generated unquoted string.

Example:

unique-id()
Result: syghxfrav

Comments and Discussions!

Load comments ↻






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