4,452
edits
mNo edit summary |
functional programming with JavaScript heading |
||
Line 1: | Line 1: | ||
Notes from Learning React, 2nd Edition by Porcello & Banks | |||
= Installation = | = Installation = | ||
Line 513: | Line 515: | ||
const { log, print } = require("./txt-helpers"); | const { log, print } = require("./txt-helpers"); | ||
</source> | </source> | ||
= Functional Programming with JavaScript = |