Blogs
Books
- Metaprogramming Elixir by Chris McCord
Official Documentation
Blogs
Books
Official Documentation
| import { render } from 'react-dom'; | |
| render( | |
| <div> | |
| <button> | |
| Hello World! | |
| </button> | |
| </div> | |
| , | |
| document.getElementById('app'), |
| /******************** | |
| * theLongWayOut.js * | |
| ******************** | |
| * | |
| * Well, it looks like they're on to us. The path isn't as | |
| * clear as I thought it'd be. But no matter - four clever | |
| * characters should be enough to erase all their tricks. | |
| */ | |
| function startLevel(map) { |
| var blessed = require("blessed"); | |
| window.onload = function () { | |
| var term = new Terminal({ | |
| cols: 80, | |
| rows: 24, | |
| useStyle: true, | |
| screenKeys: true | |
| }); |