Skip to content
Abhisek Pattnaik edited this page Apr 7, 2016 · 3 revisions

Useful Quotes


The overall score will be the average of all 5 components (innovation, design, utility / fun, and popularity).

https://www.angularattack.com/scoring


Cheating

This is a competition for fun. The honor code applies: we're trusting you to do the honorable thing.

We have implemented a number of mechanisms to detect and to eliminate ballot stuffing, and we will be have a zero tolerance policy towards cheating. If you are provably caught cheating, you will be disqualified immediately, be banned from all future events, and generally be thought of as a bad person by all of the organizers and potentially many, many, more people. Trust us, it's not worth the risk.


New Webinar: Introduction to Angular 2 Components

Sign up here for this free online webinar happening April 25th.

https://www.angularattack.com/blog/angular2-tutorials


Source Control

Source code will be hosted in a shiny, free git repository provided by GitHub. We'll send GitHub repo access information before the competition starts. Your team should push regularly to show progress. We'll be watching to make sure people don't cheat (don't think you can develop everything ahead of time and push it all at the end; we know lots of git tricks too).

https://www.angularattack.com/rules


Game Start

Game End


Phillip: JavaScript what are you?

JS: I'm a single threaded, single concurrent language ‑‑ right. yeah, cool, 😎 😕 I have a call stack, an event loop, a callback queue, and some other APIs and stuff. ‑‑ ...rite. 😕

Phillip: V8, do you have a call stack, an event loop, a callback queue, and some other APIs and stuff? 😎

V8: I have a call stack and a heap, I don't know what those other things are.

Phillip: ...okay 😕

https://www.youtube.com/watch?v=8aGhZQkoFbQ

Clone this wiki locally