Skip to content

Instantly share code, notes, and snippets.

@tjoskar
Last active January 31, 2016 14:00
Show Gist options
  • Save tjoskar/ec81ccb3159e52a902dc to your computer and use it in GitHub Desktop.
Save tjoskar/ec81ccb3159e52a902dc to your computer and use it in GitHub Desktop.
Angular 2 vs react
const angular = 1 * '🍎';
const react = 1 * '🍐';
angular > react // false
angular < react // false
angular === react // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment