Skip to content

Instantly share code, notes, and snippets.

View ihuseynoff's full-sized avatar
🇦🇿

Ilkin Huseynov ihuseynoff

🇦🇿
  • Bolt
  • Tallinn
View GitHub Profile

Array<T>

Legend:

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

Array<T>.prototype.*:

  • concat(...items: Array): T[] 🔒 ES3
@ihuseynoff
ihuseynoff / More-links.txt
Created October 12, 2018 13:38 — forked from dreamsparkx/More-links.txt
Install Apache, PHP, MySQL and phpMyAdmin on Mac OS X
@ihuseynoff
ihuseynoff / index.html
Created June 27, 2016 12:23
ionic segmented control
<html ng-app="app">
<div class="bar bar-header bar-dark">
<ion-segment ng-model="categories" full="true" assertive>
<ion-segment-button value="movies">
Movies
</ion-segment-button>
<ion-segment-button value="series">
Series
</ion-segment-button>
<ion-segment-button value="animation">