Kronecker product: Difference between revisions

m
m (→‎JS ES6: (a couple of reductions by currying map))
Line 208:
====ES6====
{{Trans|Haskell}}
(As JavaScript is now widely embedded in non-browser contexts, a non-HTML string value is returned here, rather than invoking a DOM method, which will not always be available)
<lang javascript>(() => {
'use strict';
9,659

edits