isaacsが書いているのを見かけたのでメモ。
https://github.com/isaacs/readable-stream/blob/master/lib/_stream_readable.js#L44
pi = '' + Math.PI
// "3.141592653589793"
~~Math.PI
// 3
~~pi
// 3
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
isaacsが書いているのを見かけたのでメモ。
https://github.com/isaacs/readable-stream/blob/master/lib/_stream_readable.js#L44
pi = '' + Math.PI
// "3.141592653589793"
~~Math.PI
// 3
~~pi
// 3
Register as a new user and use Qiita more conveniently
Go to list of users who liked