The Wayback Machine - https://web.archive.org/web/20201117044529/https://github.com/kevinbarabash
Skip to content
Avatar
🥝
working on side-projects
🥝
working on side-projects
  • Khan Academy
  • Montreal

Highlights

  • Arctic Code Vault Contributor

Organizations

@Khan @yycjs @semantic-math @KaTeX @math-blocks

Popular repositories

  1. Functional methods like map, reduce, filter, etc. for ES6 Iterators.

    JavaScript 42 7

  2. operator overloading for js

    JavaScript 12 1

  3. Exports all top-level declarations from a file. This can be used to mock private variables and functions.

    JavaScript 9

  4. An overlay which can be added over top of an iframe to control how user events are propagated to the iframe.

    JavaScript 7 1

  5. Step through JavaScript code in the browser using JavaScript.

    JavaScript 6 2

  6. event-emitter style wrapper around postMessage

    JavaScript 6 2

1,599 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created a pull request in math-blocks/math-blocks that received 2 comments

Accumulate mistakes we detect in the context objects

This allows us to say why a particular step is wrong. TODO: communicate mistake.message to the user in the step-checker demo include which nodes…

+711 −337 2 comments
Reviewed 1 pull request in 1 repository
Khan/wonder-blocks 1 pull request

Created an issue in math-blocks/math-blocks that received 1 comment

Change parsing of negation nodes

Currently we parse -7x as (mul (neg 7) x). I'd like to switch to this to be (neg (mul 7 x)). In order of step-checker test cases to continue passin…

1 comment
Opened 1 other issue in 1 repository
math-blocks/math-blocks
1 open
38 contributions in private repositories Nov 2 – Nov 13
You can’t perform that action at this time.