LoginSignup
0
0

More than 5 years have passed since last update.

キャスティング cast to ints.

Last updated at Posted at 2013-05-07

isaacsが書いているのを見かけたのでメモ。
https://github.com/isaacs/readable-stream/blob/master/lib/_stream_readable.js#L44

pi = '' + Math.PI
// "3.141592653589793"
~~Math.PI
// 3
~~pi
// 3
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0