|
|
|
|
|
by aftbit
1177 days ago
|
|
Hah for GPT-3.5-Turbo I prompted: write a function in JavaScript that turns a JavaScript array into JS DOM elements, like what Hiccup does in Clojure. No explain
It replied: ation is necessary, just write the code.
function arrayToDOM(arr) {
(code follows)
|
|