Liking cljdoc? Tell your friends :D

js.String

The String global object is a constructor for strings or a sequence characters.

The String global object is a constructor for strings or a sequence
characters.
raw docstring

from-char-codecljs

(from-char-code this & args)

Method.

The static String.fromCharCode() method returns a string created the specified sequence of UTF-16 code units.

String.fromCharCode(num1[, ...[, numN]])

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

Method.

The static String.fromCharCode() method returns a string created
the specified sequence of UTF-16 code units.

`String.fromCharCode(num1[, ...[, numN]])`

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

prototypecljs

(prototype this)

Property.

The String.prototype property represents the js.String prototype

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

Property.

The String.prototype property represents the `js.String` prototype

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

set-prototype!cljs

(set-prototype! this val)

Property.

The String.prototype property represents the js.String prototype

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

Property.

The String.prototype property represents the `js.String` prototype

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

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

× close