Prototype Javascript Framework

easing the pain of dynamic web applications

  • Prototype JS
  • Скачать
  • API документация
  • Обучающее руководство
  • Статьи
  • О проекте

Object

  • clone
  • extend
  • inspect
  • isArray
  • isElement
  • isFunction
  • isHash
  • isNumber
  • isString
  • isUndefined
  • keys
  • toHTML
  • toJSON
  • toQueryString
  • values

API Документация

  • Полезные методы
  • Ajax
  • Array
  • Class
  • Date
  • Element
  • Element.Methods
  • Element.Methods.Simulated
  • Enumerable
  • Event
  • Form
  • Form.Element
  • Function
  • Hash
  • Insertion
  • Number
  • Object
  • ObjectRange
  • PeriodicalExecuter
  • Position
  • Prototype
  • String
  • Template
  • TimedObserver
  • document
  • document.viewport
  • Узнать больше о Prototype »

isUndefined

isUndefined(obj) -> Boolean

Returns true if obj is of type undefined, false otherwise.

Examples


Object.isUndefined();
//-> true

Object.isUndefined(undefined);
//-> true

Object.isUndefined(null);
//-> false

Object.isUndefined(0);
//-> false

Object.isUndefined("");
//-> false
технический переводчик французского . перевод с русского языка на чешский . платный хостинг php
© 2006-2008 Prototype Core Team
© 2009 перевод Иванов Егор