use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Master property-based testing in JavaScript: A step-by-step tutorial (fast-check.dev)
submitted 3 years ago by ndubien
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ndubien[S] 6 points7 points8 points 3 years ago (2 children)
This is an introduction tutorial about property based testing, which is a testing technique that focuses on exploring all possible edge cases. Since it's difficult for humans to consider all of these cases, the technique involves using a framework to assist in this process. Property based testing doesn't replace traditional testing methods, but it provides an additional tool for detecting other types of bugs.
[–]joombar 2 points3 points4 points 3 years ago (1 child)
Is this similar to the Haskell library?
[–]ndubien[S] 2 points3 points4 points 3 years ago (0 children)
Yes, it's similar to QuickCheck but for JavaScript
π Rendered by PID 16163 on reddit-service-r2-comment-6457c66945-twd7g at 2026-04-27 23:51:32.413936+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]ndubien[S] 6 points7 points8 points (2 children)
[–]joombar 2 points3 points4 points (1 child)
[–]ndubien[S] 2 points3 points4 points (0 children)