Dirikuin
Results
3
issues of
Dirikuin
- Add .search() ``` cryptocurrencies.search({name: 'bitcoin'}) cryptocurrencies.search({symbol: 'btc'}) // return {name, symbol} ``` - Add .names() ``` cryptocurrencies.names() // return String[] ``` - Add a new test - Add example...
it still doesn't support some html5 tags like < svg > and so on, so I still need to install https://github.com/othree/html5.vim 