๐object -> primitive conversion
Last updated
Was this helpful?
Last updated
Was this helpful?
JS โฉ value โฉ type โฉ conversion โฉ object -> primitive
JS spec defines 3 algorithms for object -> primitive conversion๏ผ
prefer-string๏ผpreferring a string (if conversion is possible)
prefer-number๏ผpreferring a number (if conversion is possible)
no-preference๏ผclasses choose their own preference.