The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
JavaScript cast to Number

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Duncan Beevers

Posts: 68
Nickname: dbeevers
Registered: May, 2008

Duncan Beevers is a hack and jester building shiny baubles from bytes and tears.
JavaScript cast to Number Posted: Jan 21, 2010 11:31 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Duncan Beevers.
Original Post: JavaScript cast to Number
Feed Title: dweebd
Feed URL: http://www.dweebd.com/feed/
Feed Description: Ruby ejecta from the leading edge
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Duncan Beevers
Latest Posts From dweebd

Advertisement
Another interesting technique I spotted in the gRaphaƫl code base is the use of a prefixed + used to cast a variable to a numeric type. var data = [ undefined, null, 1, 10.2, new Date() ]; for (var i = 0, len = data.length; i < len; i++) console.log('cast %o: %o', data[i], +data[i]); If you run [...]

Read: JavaScript cast to Number

Topic: Patrick McKenzie Winner RPCFN #5 Previous Topic   Next Topic Topic: Multi-Process Flash Debugging

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use