Skip to content

Commit

Permalink
fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Jan 23, 2016
1 parent af66598 commit d5840b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ To get updates, watch the repo and follow the [Twitter account](https://twitter.
# Tips list

## #(number) - Converting to number fast way
## #23 - Converting to number fast way

> yyyy-mm-dd(date) by [@sonnyt](http://twitter.com/sonnyt)
> 2016-01-23 by [@sonnyt](http://twitter.com/sonnyt)
Converting strings to numbers is extremely common. The easiest and fastest ([jsPref](https://jsperf.com/number-vs-parseint-vs-plus/29)) way to achieve that would be using the `+` (plus) operator.

Expand Down

0 comments on commit d5840b8

Please sign in to comment.