Skip to content

Commit 484338f

Browse files
committed
Show code as JS
1 parent 4dde533 commit 484338f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Use a custom function to check at your own criteria. The only necessary thing is
8989
```
9090

9191
The function might look like this:
92-
```
92+
```javascript
9393
function is42(value) {
9494
var allowed = [42, '42', 'cuarenta y dos', 'fourty two', 'the answer to the life the universe and everything'];
9595
if(allowedValues.indexOf(value) === -1) {

0 commit comments

Comments
 (0)