Closed shaunlebron closed 9 years ago
just noticing that there are things in javascript that you can't do with ClojureScript's interop forms, noticing a js-<name> pattern here:
js-<name>
js-delete
js-in
js-debugger
source code
just noticing that there are things in javascript that you can't do with ClojureScript's interop forms, noticing a
js-<name>
pattern here:js-delete
- delete objectjs-in
- javascript's "in" operatorjs-debugger
- breakpoint here in most browser debuggerssource code