profile
Footprints in Coding
post-thumbnail

Iteration

Iteration in JavaScript refers to the process of repeatedly executing a block of code until a certain condition is met. One of the most common ways to

2023년 1월 22일
·
0개의 댓글
·
post-thumbnail

Nullish coalescing operator (??)

?? vs ||

2022년 7월 29일
·
0개의 댓글
·
post-thumbnail

Pepe image terror

make friend annoying

2022년 7월 19일
·
0개의 댓글
·
post-thumbnail

Workout scheduler Solo Project

Workout scheduler Solo Project

2022년 6월 2일
·
0개의 댓글
·
post-thumbnail

map, foreach, filter, find, reduce

Arrays that I use often but get confused

2022년 4월 24일
·
0개의 댓글
·
post-thumbnail

Memoization

Memoization

2022년 4월 12일
·
0개의 댓글
·
post-thumbnail

Redux

Three Principles, Glossary

2022년 4월 12일
·
0개의 댓글
·
post-thumbnail

Array

Array

2022년 4월 11일
·
0개의 댓글
·
post-thumbnail

Closure

A closure is the combination of a function and the lexical environment within which that function was declared.InnerFunc was declared and called withi

2022년 4월 11일
·
0개의 댓글
·
post-thumbnail

Scope

Scope

2022년 4월 9일
·
0개의 댓글
·
post-thumbnail

Functions

Immediately Invoke Function Expression, Inner function, Recursive function, Callback function

2022년 4월 9일
·
0개의 댓글
·
post-thumbnail

slice(), splice()

slice, splice

2022년 4월 6일
·
0개의 댓글
·
post-thumbnail

Function Hoisting

Function Hoisting, Function declaration, Function expression

2022년 4월 6일
·
0개의 댓글
·
post-thumbnail

Object

Classification of object

2022년 4월 6일
·
0개의 댓글
·
post-thumbnail

Loop statement

for, while, do...while, continue

2022년 4월 5일
·
0개의 댓글
·
post-thumbnail

Switch statement

The switch statement and a leap year

2022년 4월 5일
·
0개의 댓글
·
post-thumbnail

Node.js

Node.js

2022년 4월 5일
·
0개의 댓글
·
post-thumbnail

SPA & Routing

SPA & Routing

2022년 4월 5일
·
0개의 댓글
·
post-thumbnail

REST API

REST(Representational State Transfer)

2022년 4월 5일
·
0개의 댓글
·
post-thumbnail

Ajax(Asynchronous JavaScript and XML)

Ajax refers to a communication method in which servers and browsers can exchange data asynchronously using Javascript.When a web page is returned from

2022년 4월 5일
·
0개의 댓글
·