Skip to content

Instantly share code, notes, and snippets.

View 9mdv's full-sized avatar
🤿
Source diving

Migz 9mdv

🤿
Source diving
  • Laniakea
View GitHub Profile
@9mdv
9mdv / Adding tmux
Created July 16, 2021 13:35 — forked from sshadmand/Adding tmux
The best and greatest tmux.conf ever
Create a tmux conf file
#> touch ~/.tmux.conf
Install TMP
#> git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
[Copy and paste tmux.conf below into local file.]
Load tmux configurations
#> tmux source-file ~/.tmux.conf
@9mdv
9mdv / webdev_online_resources.md
Created July 17, 2018 07:36 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)

Array<T>

Legend:

  • ✏️ method changes this.
  • 🔒 method does not change this.

Array<T>.prototype.*:

  • concat(...items: Array: T[] 🔒 ES3