Skip to content

Instantly share code, notes, and snippets.

View AnneKlapwijk's full-sized avatar
🌱

Anne Klapwijk AnneKlapwijk

🌱
View GitHub Profile

Dear JavaScript...

Front-end

  • JavaScript Fatigue
  • Concepts in JavaScript which can be hard to understand
    • Async (callbacks, promises, generators, streams)
    • Prototype
    • Scoping
  • Currying
### Keybase proof
I hereby claim:
* I am anneklapwijk on github.
* I am anneklapwijk (https://keybase.io/anneklapwijk) on keybase.
* I have a public key ASBp1JQaDoILJxL9xXNnpuIynfKc0uudeCIdJujc3bNs6Ao
To claim this, I am signing this object:
@AnneKlapwijk
AnneKlapwijk / .bashrc
Last active August 18, 2017 10:32 — forked from marioBonales/.bashrc
Default .bashrc for ubuntu
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace