๐Ÿ“
JavaScript
  • Orientation
  • ์กฐ๊ฑด๋ฌธ
  • document.write()
  • i++์™€ ++i ์˜ ์ฐจ์ด
  • ๋ฐ˜๋ณต๋ฌธ - continue
  • ํ•จ์ˆ˜(Function)
  • ๋ฐฐ์—ด(Array)
  • ๊ฐ์ฒด(Object)
  • ๋ชจ๋“ˆ(Module)
  • ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ
  • UI, API ๊ทธ๋ฆฌ๊ณ  ๋ฌธ์„œ๋ณด๋Š” ๋ฒ•
  • ์ •๊ทœํ‘œํ˜„์‹(Regular Expression)
  • ํ•จ์ˆ˜ ์ง€ํ–ฅ
  • ๊ฐ’์œผ๋กœ์„œ์˜ ํ•จ์ˆ˜์™€ ์ฝœ๋ฐฑ
  • ํด๋กœ์ €(Closure)
  • Arguments
  • ํ•จ์ˆ˜์˜ ํ˜ธ์ถœ
  • ๊ฐ์ฒด์ง€ํ–ฅ(OOP;Object-oriented Programming)
  • ์ƒ์„ฑ์ž์™€ new
  • ์ „์—ญ ๊ฐ์ฒด
  • this
  • ์ƒ์†
  • ํ”„๋กœํ† ํƒ€์ž…(prototype)
  • ํ‘œ์ค€ ๋‚ด์žฅ ๊ฐ์ฒด์˜ ํ™•์žฅ
  • Object
  • ๋ฐ์ดํ„ฐ ํƒ€์ž…(Data Type)
  • ์ฐธ์กฐ
  • Node.js
    • Intro
    • Module
    • npm
    • npm#2
    • callback
    • Synchronous, Asynchronous
    • Express
    • Express, Template
    • Jade(Pug) ๋ฌธ๋ฒ•#1
    • URL์„ ์ด์šฉํ•œ ์ •๋ณด ์ „๋‹ฌ
    • Semantic URL
    • Jade(Pug) ๋ฌธ๋ฒ•#2
    • POST
    • GET๊ณผ POST
    • Web Application ๋งŒ๋“ค๊ธฐ
Powered by GitBook
On this page

Was this helpful?

  1. Node.js

Intro

hostname = '127.0.0.1' is kind of IP address of local computer.

Previous์ฐธ์กฐNextModule

Last updated 4 years ago

Was this helpful?