Jash: JavaScript Interpreter in Bash

Javascript Interpreter in BASH. Contribute to elemantalcode/jash development by creating an account on GitHub. Read more

Similar

How JavaScript linters cause bugs

I was doing code review for a coworker yesterday, and it soon became obvious that he used a linter and that the linter gave him a bright idea: use strict comparisons. Using strict comparisons is a great rule to follow. === instead of ==, !== instead of !=... (more…)

Read more »

JavaScript Is a Ghost

I was talking recently with a fellow developer and the topic of progressive enhancement came up. I asked what her ideas on the topic were and we discussed old browser support, IE and old IE. This is a common conversation I have quite frequently. We freque... (more…)

Read more »