Skip to content

Instantly share code, notes, and snippets.

View anjwoc's full-sized avatar

정재철 anjwoc

  • Gmarket
  • Seoul, South Korea
View GitHub Profile
@anjwoc
anjwoc / load_test_data.sh
Created August 11, 2018 16:42 — forked from clintongormley/load_test_data.sh
Run these commands in your shell to setup the test data for Chapter 5
curl -XPUT 'http://localhost:9200/us/user/1?pretty=1' -d '
{
"email" : "john@smith.com",
"name" : "John Smith",
"username" : "@john"
}
'
curl -XPUT 'http://localhost:9200/gb/user/2?pretty=1' -d '
{
@anjwoc
anjwoc / var-let-const.md
Created January 20, 2019 16:40 — forked from LeoHeo/var-let-const.md
javascript var, let, const 차이점

var, let, const 차이점은?

  • varfunction-scoped이고, let, constblock-scoped입니다.

  • function-scopedblock-scoped가 무슨말이냐?

var(function-scoped)

jsfiddle 참고주소

@anjwoc
anjwoc / cloudSettings
Last active October 30, 2019 15:29 — forked from LeoHeo/var-let-const.md
javascript var, let, const 차이점
{"lastUpload":"2019-10-30T15:29:45.241Z","extensionVersion":"v3.4.3"}