Examness

Advanced JavaScript

2 अभ्यास · सिखाने के क्रम में

  1. 1Deep equalityWrite `deepEqual(a, b)` returning `true` when two values are structurally the same.recursiontypeofnull handling20m
  2. 2Memoise a functionWrite `memoize(fn)` returning a wrapped function that remembers results.closuresMapcache keys18m