Skip to content

How often do you update fakerjs.dev site? #1904

Closed Answered by minhtaile2712
minhtaile2712 asked this question in Q&A
Discussion options

You must be logged in to vote

In this section Usage/Create complex objects, at the third code snippet, the code line

const sex = this.faker.name.sexType();

should be fixed as

const sex = faker.name.sexType();

which has been fixed in next branch. We should fix this in the stable documentation v7.x.x too.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Shinigami92
Comment options

@minhtaile2712
Comment options

@ST-DDT
Comment options

Answer selected by minhtaile2712
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants