Skip to content

Instantly share code, notes, and snippets.

{
"mms-header": {
"search": "검색",
"piano": "피아노",
"guitar": "기타",
"artists": "아티스트",
"create-an-account": "회원가입",
"cart": "장바구니",
"my-page": "마이 페이지",
"settings": "설정",

{ "mms-header": { "search": "검색", "piano": "피아노", "guitar": "기타", "artists": "아티스트", "create-an-account": "회원가입", "cart": "장바구니", "my-page": "마이 페이지", "settings": "설정",

안녕하세요 🙇‍♂️

프론트엔드 개발자 고의성입니다. 새로운 사람, 여러 나라의 음식, 다양한 문화를 경험할 수 있는 여행을 좋아하고 즐깁니다. 창업을 했던 때부터, 프로그래머로 살고 있는 지금까지 늘 고객을 생각하는 것을 좋아하기에 자연스레 유저와 가까이하는 프론트엔드를 하게 되었습니다.



저는 이런 사람 입니다

  • 트래블러 ✈️
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
const readline = require('readline');
const r = readline.createInterface({
input: process.stdin,
output: process.stdout
});
const UTF8_NUMBERS = {
'일': 1, '이': 2, '삼': 3, '사': 4,
'오': 5, '육': 6, '칠': 7, '팔': 8,
// Test #1
// Write a command-line program that prints out the sum of two non-negative integers as input arguments.
// You must not use any built-in BigInteger library or convert the inputs to integer directly.
const readline = require('readline');
const r = readline.createInterface({
input: process.stdin,
output: process.stdout
});
function getZeroOrOne() {
return Math.floor(Math.random() * 2)
}
function getRandom(n) {
if (!n || n < 1) return
if (n === 1) return 0
/**
* 중첩 배열 만들기
@livelikeabel
livelikeabel / solutionOfKurlyAPI.md
Last active April 25, 2018 12:51
solutionOfKurlyAPI

setDeliveryGoodMorningAvailability 함수가 새벽 배송 가능 여부를 알려주는듯!

  1. setDeliveryGoodMorningAvailability 함수의 parameter인 addresses
@livelikeabel
livelikeabel / Node.js 로 db다루기, application 만들기.md
Last active December 16, 2023 04:24
Node.js 로 db다루기, application 만들기

Node.js 로 db다루기, application 만들기

MySQL

Mysql 접속 : mysql -uroot -p

db만들기 : create database something;

@livelikeabel
livelikeabel / express_practice.md
Last active January 12, 2018 05:41
node.js를 이용해 웹애플리케이션 만들기 강좌정리(생활코딩)

생활코딩 - [nodejs 강좌] Node.js 를 이용해 웹애플리케이션 만들기

인터넷의 동작 방법

npm

callback

동기, 비동기