Hi guys,

I apologize in advance if this isn't the best place to ask this question 
but I couldn't find a more suitable forum/group.

  // JavaScript
  let a = 0   // int?
  let b = 0.0
  let c = 1   // int?
  let d = 1.0
  let e = 1.2

My question is, does V8 consider a and c to be integers or is the explicit 
use integer related (bitwise) operators required to coerce doubles to 
integers?

Thanks.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to