Coder Social home page Coder Social logo

fe-interview-basecamp's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fe-interview-basecamp's Issues

원시타입

자바스크립트의 원시타입의 종류를 모두 말할 수 있는지?

AJAX 란?

AJAX의 정의와 예시는? 등장 배경은?
PJAX도 아는지?

상태란?

리액트에서 상태상태하는데 상태라는게 무엇인지?
하는 김에 상수와 변수의 정의도 알아보자

웹팩이란?

웹팩이란 무엇인지
웹팩을 왜 사용하는지
웹팩의 구성요소 (entry, ourput, plugin, loader)
다른 번들러와의 차이점은 무엇인지

webpack

React에서 key

key props의 용도
key를 index로 하면 안되는 이유를 깔끔하게 설명할 수 있는지?

IIFE 란?

IIFE란 무엇인지?
장점과 단점은 무엇인지?
언제 사용할 수 있는지?

일급객체란?

일급객체의 정의
자바스크립트의 객체가 일급객체라서 할 수 있는것

undefined, null, NaN

undefined, null, NaN의 차이를 설명할 수 있는지?
번외) 각각에 typeof했을때 뭐가 나오는지?
번외) 1+null=????, 1+undefined=????

eslint와 prettier

대부분 프로젝트마다 있는 eslint, prettier의 용도와 차이점을 명확하게 설명할 수 있는지?

XSS, CSRF 취약점 공격

간단하게 설명할 수 있는지?

[선택] 프로젝트 경험이 있다면 이 공격들을 방어하기 위해 무엇을 해봤는지?

값, 식, 문

값,식,문에 대한 정의와 예시를 들 수 있는지?

디바운스, 쓰로틀링 이란?

각각의 정의와 차이점을 말할 수 있는지?
각각에 대한 간단한 슈도코드를 작성할 수 있는지?
언제 사용하는지?

블록 스코프와 함수 스코프

각각의 특징과 관련된 문법을 말할 수 있는지?

아래 코드의 결과값을 예측할 수 있는지?

function loop() {
	for(var i = 0; i < 5; i++) {
		console.log(i);
	}
	console.log('final',i);
}

React에서 사이드 이펙트란?

useEffect는 react에서 사이드 이펙트를 사용하겠다는 의미의 네이밍이다.
그럼 react에서 말하는 사이드 이펙트란 무엇일까?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.