Javascript [Electronic resources] : The Definitive Guide (4th Edition) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Javascript [Electronic resources] : The Definitive Guide (4th Edition) - نسخه متنی

David Flanagan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


Availability


JavaScript 1.3; JScript 3.0; ECMAScript
v1


Synopsis

Infinity

Description


Infinity is a global property that contains the
special numeric value representing positive infinity. The
Infinity property is not enumerated by
for/in loops and cannot be deleted with the
delete operator. Note that
Infinity is not a constant and can be set to any
other value, something that you should take care not to do.
(Number.POSITIVE_INFINITY is a constant, however.)


See Also


isFinite( ), NaN, Number.POSITIVE_INFINITY

/ 844