Skip to content

Commit 69d33fd

Browse files
committed
require from beamtrail
1 parent e540682 commit 69d33fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

topics/complex.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,7 @@ matchSum([4, 7, 1, 8, 9], 11); // [4, 7]
388388
---
389389

390390
Write your out `trim()` function (obviously - do not use `String.prototype.trim`). Extended: create `trim('zxc')` function which takes list of symbols to trim.
391+
392+
---
393+
394+
Are you familiar with common.js modules? When inside module we are able to use `module` / `exports` ? *( what's the difference in usage `module.exports` / `exports` ?) )* Please implement your own `require` function with the same functionality, as original.

0 commit comments

Comments
 (0)