API Docs for: 1.0.1
Show:

Utils Class

Defined in: src\quizlib.js:315

Utils class that provides useful methods

Item Index

Methods

Methods

compare

(
  • obj1
  • obj2
)
Boolean

Defined in src\quizlib.js:321

Compare two objects without coercion. If objects are arrays, their contents will be compared, including order.

Parameters:

  • obj1 Object

    main object

  • obj2 Object

    object to compare obj1 against

Returns:

Boolean:

True if objects are equal