Skip to content

Instantly share code, notes, and snippets.

What does the following code print to the console?
var person = {
name: "Joe Camel",
age: 42,
status: "dead"
}
console.log(typeof person);
--------------------------------------------------
"object"
#unicode
setw -g utf8 on
set -g status-utf8 on
unbind C-b
set -g prefix C-q
bind C-q send-prefix
bind r source-file ~/.tmux.conf