\-- arrarr.append(a)arr.remove(val)arr.index(val)a for a in arr1 if a not in arr2\-- dictd = {}d.keys(), d.values(), d.items() <- 괄호!!\-- set\-- he
# 2.0 Introduction ReactJS는 UI를 interactive하게 만든다. 웹사이트에 interactivity(상호작용)을 만들어준다. # 2.1 Before React ReactJS를 설치하기 위해서는 두 개의 Javascript code를 impor
니꼬쌤이 ReactJS가 지금까지 배운 최고의 도구라니. 기대된다!A1. 상위 1만개 회사의 약 44프로가 사용하고 있다. 에어비앤비, 인스타그램, 핀터레스트, 우버, 넷플릭스 등 거대한 웹사이트들고 ReactJS를 사용한다.A2. Facebook에서 만들었다. 그리고
https://developer-talk.tistory.com/314https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/filterhttps:/
https://school.programmers.co.kr/learn/courses/30/lessons/60058
자료구조, Data Structure데이터를 표현하고 관리하고 처리하기 위한 구조를 의미한다.스택, 큐는 자료구조의 기초 개념이다.스택, StackFILO(First In Last Out), 선입후출 구조이다.LIFO(Last In First Out), 후입선출 구조이
a + b a - b a \* b a / b a // b a % b import numpynumpy.mean(a, b) import mathmath.ceil(n/7) math.sqrt(n) (참인값) if 조건문 else bin(int(bin1,2) + int(bin2
module.ts에 빠진 부분 없는지 부터 확인하자declarations에 빠진 Componen가 있는지imports에 ReactiveFormsModule, FormsModule이 빠진건 아닌지간단한 에러이지만........ 다른 곳에서 잘못되었을 거라 생각했다.기본!
middleware, 요청 링크 바꿔주는 듯..? 공부가 더 필요하다Angularproxy.conf.json 파일에 추가angular.json에 추가또는 실행시 아래내용 추가
schema 생성하는 부분을 찾을 수가 없어서 Datagrip 관련해서 열심히 찾아보았지만... 그냥 명령어를 쓰면 되는 것을....
.gitignore 파일 설정을 미리 해야 한다!!commit 시도하다가 에러나면 git cache에 남는다.commit 했을 때, /node_module 특정 index.d.ts에서만 analyzing code로 멈춰있어서 해당 파일에서만 에러를 찾았더니 해결이 늦어
Express.js로 웹서버 만들기npm install expressnpm install typescript ts-node nodemon @types/node @types/expressnpx tsc --initimport express, { Request, Respon
@tailwind base;@tailwind components;@tailwind utilities;ng serve출처: https://tailwindcss.com/docs/guides/angular
간단한 명령어를 사용하여 Angular 프로젝트 스캐폴딩(scaffolding)을 생성, 실행, 빌드할 수 있으며 Angular의 다양한 구성요소를 선별적으로 추가할 수 있는 Command Line Interface다.Angular CLI는 Angular 프로젝트 스캐
같은 시간 간격으로 코드를 실행하고 싶을 때 사용JavaScript에 있는 Date Object를 이용해 날짜, 시간을 쉽게 표현할 수 있다.JavaScript의 padStart 함수를 이용해서 자릿수를 쉽게 맞출 수 있다.\#5.3 Recap
#4.0 Input Values #4.1 Form Submission form 안에서 엔터를 누르고 input이 더 존재하지 않는다면 자동으로 submit된다는 규칙! form 안의 버튼을 눌러도 submit된다. -> #4.2 Events form submit
#3.0 The Document Object JavaScript는 HTML을 읽어온다. JavaScript는 HTML에 접근하고 읽을 수 있게 설정되어 있다. Browser가 HTML 정보가 아주 많이 들어있는 document라는 object를 전달해준다. docu