(ES6) ES6 (2016)

Coersion (CR26)

   1:  const num = 42;
   2:  const str = String(num);        // Number to string
   3:  
   4:  const bigFromStr = BigInt(str);  // String to BigInt
   5:  const bigFromBool = BigInt(true); // BigInt value 1n.  Use with care (less common).
   6:  console.log(bigFromStr);
   7:  console.log(bigFromBool);
   8:  
   9:  
  10:  



BigInt Conversions:
// No direct conversion from null, undefined, or NaN to BigInt

42n
1n





Coersion context:






ES6 context:



Comments ( )
<00>  <01>  <02>  <03>  <04>  <05>  <06>  <07>  <08>  <09>  <10>  <11>  <12>  <13>  <14>  <15>  <16>  <17>  <18>  <19>  <20>  <21>  <22>  <23>  <24>  <25
Link to this page: http://www.vb-net.com/JavascriptES6/CR26.htm
<TAGS>  <ARTICLES>  <FRONT>  <CORE>  <MVC>  <ASP>  <NET>  <DATA>  <TASK>  <XML>  <KIOSK>  <NOTES>  <SQL>  <LINUX>  <MONO>  <FREEWARE>  <DOCS> <TRAVELS> <FLOWERS> <RESUME> < THANKS ME>