ES6 browser compat table - Kangax
let {hello: greeting, goodbye: signoff} = {hello: 'Is it me', goodbye: 'you're looking for'};
let [, year, month, day] = /(\d+)-(\d+)-(\d+)/.exec(date);
| <div class="content clearfix"> | |
| <button id="lever">Pull!</button> | |
| <div class="overlay"></div> | |
| <div class="stage"> | |
| <ol class="slots spinning" id="first"> | |
| <li class="slot-eridiumx3"></li> | |
| <li class="slot-seven"></li> | |
| <li class="slot-leg"></li> | |
| <li class="slot-psycho"></li> | |
| <li class="slot-bell"></li> |
| - @performance_doc ||= "#performance" | |
| - @reinforcement_doc ||= "#reinforcment" | |
| - @feedback_doc ||= "#feedback" | |
| - @measurement_doc ||= "#measurement" | |
| %body | |
| #slider | |
| .content.scroll | |
| .intro.explanation | |
| %h2 Introduction |
| --- EAST --- | |
| D'Marcus Williums | |
| T.J. Juckson | |
| T'varisuness King | |
| Tyroil Smoochie-Wallace | |
| D'Squarius Green, Jr. | |
| Ibrahim Moizoos | |
| Jackmerius Tacktheritrix | |
| D'Isiah T. Billings-Clyde | |
| D'Jasper Probincrux III |
| @charset "UTF-8"; | |
| /*! | |
| Animate.css - http://daneden.me/animate | |
| Licensed under the MIT license - http://opensource.org/licenses/MIT | |
| Copyright (c) 2014 Daniel Eden | |
| */ | |
| .animated { | |
| -webkit-animation-duration: 1s; |
| # Path to your oh-my-zsh installation. | |
| export ZSH=$HOME/.oh-my-zsh | |
| # ZSH_THEME="robbyrussell" | |
| ZSH_THEME="jnrowe" | |
| COMPLETION_WAITING_DOTS="true" | |
| # oh-my-zsh Plugins | |
| plugins=( |
| # Path configuration | |
| paths=( | |
| /usr/local/share/npm/bin | |
| /usr/local/heroku/bin | |
| "$HOME/.node/bin" | |
| "$HOME/.rvm/bin" | |
| /usr/local/sbin | |
| /usr/local/bin |
| # Your init script | |
| # | |
| # Atom will evaluate this file each time a new window is opened. It is run | |
| # after packages are loaded/activated and after the previous editor state | |
| # has been restored. | |
| # | |
| # An example hack to log to the console when each text editor is saved. | |
| # | |
| # atom.workspace.observeTextEditors (editor) -> | |
| # editor.onDidSave -> |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| license: mit |