You will get one of these:
Uncaught (in promise) TypeError: Cannot read property 'toUpperCase' of undefined(…)
ReactCompositeComponent.js:870 Uncaught TypeError: Cannot read property 'displayName' of undefined
if you try to:
| # Hello, and welcome to makefile basics. | |
| # | |
| # You will learn why `make` is so great, and why, despite its "weird" syntax, | |
| # it is actually a highly expressive, efficient, and powerful way to build | |
| # programs. | |
| # | |
| # Once you're done here, go to | |
| # http://www.gnu.org/software/make/manual/make.html | |
| # to learn SOOOO much more. |
| version: '2' | |
| services: | |
| sourcegraph: | |
| image: sourcegraph/server:2.13.5 | |
| restart: always | |
| volumes: | |
| - ./config:/etc/sourcegraph | |
| - ./data:/var/opt/sourcegraph | |
| ports: | |
| - 7080:7080 |
This is a collection of well-received talks about JavaScript, covering topics such as ES6, JavaScript frameworks, client-side apps, mobile integration, JavaScript performance, tooling, leveling up, and more.
Like CSS? Check out Must-Watch CSS! For other great lists check out @sindresorhus's curated list of awesome lists.