Liking cljdoc? Tell your friends :D
ClojureScript only.

js.Array

The JavaScript Array object is a global object that is used in construction of arrays; which are high-level, list-like objects.

The JavaScript Array object is a global object that is used in
construction of arrays; which are high-level, list-like objects.
raw docstring

fromcljs

(from this & args)

Method.

The Array.from() method creates a new, shallow-copied Array instance an array-like or iterable object.

Array.from(arrayLike[, mapFn[, thisArg]])

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from

Method.

The Array.from() method creates a new, shallow-copied Array instance
an array-like or iterable object.

`Array.from(arrayLike[, mapFn[, thisArg]])`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from`
raw docstring

lengthcljs

(length this)

Property.

The Array constructor's length property whose value is 1.

Property.

The Array constructor's length property whose value is 1.
raw docstring

set-length!cljs

(set-length! this val)

Property.

The Array constructor's length property whose value is 1.

Property.

The Array constructor's length property whose value is 1.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close