
The length of word should equal the input number, but actually Not.
This appears to be related to #500
@Marak can you clarify the usage of this method? I could not find a unit test. I don't mind digging into this but I would like to make sure that I'm not breaking the intended use.
It looks like num argument may be ignored.
see: https://github.com/Marak/faker.js/blob/master/lib/lorem.js#L16
This appears to be an error. A unit test / patch would be appreciated. Thank you.
Hey, you can use faker.random.alphaNumeric(num)
This way works for me!
Most helpful comment
Hey, you can use
faker.random.alphaNumeric(num)This way works for me!