Skip to content

Commit 39b4c02

Browse files
committed
[type casting] add opening code block
1 parent 020fe03 commit 39b4c02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,7 @@
956956
957957
- If for whatever reason you are doing something wild and `parseInt` is your bottleneck and need to use Bitshift for [performance reasons](http://jsperf.com/coercion-vs-casting/3), leave a comment explaining why and what you're doing.
958958

959+
```javascript
959960
// good
960961
/**
961962
* parseInt was the reason my code was slow.

0 commit comments

Comments
 (0)