Skip to main content

new

special-formv1.7

cljs.core/new

Available in:BBCLJCLJS
(new [Constructor. args*] [Constructor args*])
The args, if any, are evaluated from left to right, and passed to the JavaScript constructor. The constructed object is returned.

No examples yet. Be the first to add one!