We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dde533 commit 484338fCopy full SHA for 484338f
README.md
@@ -89,7 +89,7 @@ Use a custom function to check at your own criteria. The only necessary thing is
89
```
90
91
The function might look like this:
92
-```
+```javascript
93
function is42(value) {
94
var allowed = [42, '42', 'cuarenta y dos', 'fourty two', 'the answer to the life the universe and everything'];
95
if(allowedValues.indexOf(value) === -1) {
0 commit comments