To know more about variables and built-in functions, please refer to this article.
Returns a random string.
randomString()
=> 'aGaQs32sdF'
The string will contain any of the characters contained in the pools specified
alphanumeric = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
symbols = '!@#$%^&*()[]{}~|`;:\"'<>?/=+-_'
Returns a lowercase, semi-pronounceable, random word
randomWord()
=> 'junofse'
Returns a random sentence with semi-pronounceable random (nonsense) words.
randomSentence()
=> 'Alrurme junofse meleic cazepek joneceun.'
Returns a random email.
randomEmail()
=> 'ersdfim@example.com'
Returns the current date/time using the formatted using the specified template. The format follows the rule of MomentJS.
now()
=> '20190509'