[TIL] 2109

IT/TIL(Today I Learnt)|2021. 12. 12. 20:32

Today I Learnt 

 

 

1209 :

도플러

nuxt 

 

 

에외처리

variable convetion

line convetion 

 

 

facebook developer api page - question 

 

 

https://stackoverflow.com/questions/38296667/getting-unexpected-token-export

 

Getting Unexpected Token Export

I am trying to run some ES6 code in my project but I am getting an unexpected token export error. export class MyClass { constructor() { console.log("es6"); } }

stackoverflow.com

 

1210

 

 

https://notstop.co.kr/927/

 

Visual Studio Code(VSCode) NodeJS 디버그 모드 사용하기 - Code Hunter

프로그래밍 툴에서 가장 중요한 것은 디버깅 기능입니다. 사용자가 만든 코드를 검증해야 하기 때문입니다. 처음부터 완벽하게 만들 수는 없습니다. 디버깅을 통해 오류를 찾고 코드를 개선하

notstop.co.kr

 

 

self?

 

i know this but whats self?

 

By using self, you can refer to the global scope in a way that will work not only in a window context (self will resolve to window.self) but also in a worker context (self will then resolve to WorkerGlobalScope.self).

 

https://stackoverflow.com/questions/16875767/difference-between-this-and-self-in-javascript

 

Difference between this and self in JavaScript

Everyone is aware of this in javascript, but there are also instances of self encountered in the wild, such as here So, what is the difference between this and self in JavaScript?

stackoverflow.com

 

Step over 

Step into

Step

 

https://okky.kr/article/605812

 

OKKY | 디버깅 용어 질문 Step Over, Step Into, Step Out

아직 디버깅 용어 / 방법에 능숙하지않습니다. 자바 2개월차입니다.  1. 대부분의 ide는 디버깅 기능을 지원하는것같습니다. 위에 질문했었던 Step Over, Step Into, Step Out 는 각각 무슨 기능을 지원하

okky.kr

 

 

 

주니어 개발자 이력서 업데이트 

 

https://www.youtube.com/watch?v=uJuBRyX9AKY 

쓰는중

반응형

'IT > TIL(Today I Learnt)' 카테고리의 다른 글

[TIL] 1225 메리크리스마스  (0) 2021.12.27
[TIL] 1214.  (1) 2021.12.14
[TIL] 1206  (2) 2021.12.07
[TIL] 1203  (0) 2021.12.04
[TIL] 1201 Progress  (4) 2021.12.02

댓글()