bugdifficulthelp wantedjwertyCode Parser
Repository metrics
- Stars
- (1,214 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
I want to make forward slash do something, but since it is used as a divider it does not work. Output is:
Uncaught TypeError: Cannot read property 'length' of null
When I do this:
jwerty.key('/', function()
{
console.log('test');
});