[Code Camp] Warm Javascript
There are many other languages.. Why JavaScript? JavaScript is the most widely used language in the world, and it has an easy-to-understand structure that even non-majors can learn quickly. In addition, famous companies such as Google, PayPal, and Amazon use it! Do you need to think any further?

- Resolved
강의 내용 PPT 제공
혹시 이 강의에서 쓴 ppt나 pdf파일은 제공 못받을까요 ..?
javascriptsxdz1290
・
0
170
2
- Resolved
openweather 401 오류 지속적으로 발생해요..ㅠ
<img src="https://cdn.inflearn.com/public/files/posts/ef507c5b-f123-4525-ba31-2613695c3cce/áá ³áá ³á á µá«áá £áº2024-08-18áá ©
javascriptkjy0124
・
0
339
3
- Resolved
Geolocationposition 오류
GeolocationPositionError {code: 1, message: 'Only secure origins are allowed (see:<a target="_blank" rel="noopener noreferrer nofollow" hre
javascriptdudrhkdspt5925
・
1
504
1
- Resolved
for of, for in 강의에서
19분 45초쯤 starter 함수에서 counterMaker()을 적는 코드가 있는데 counterMaker함수에서 return을 하지 않았는데 저렇게 사용해도 괜찮은 건가요?
javascriptrlawlals374153
・
0
211
1
- Resolved
선생님 remaining 질문입니다.
제가 타이머 수업 들으면서 const remaining을 const reamaining이라고 입력했는데 오류가 떠서 넘어가지 않던데 const 뒤에 변수명을 입력하는거니까 굳이 remaining이 아니어도 상관 없는거 아닌가요?왜 오류가 뜨는건지 궁금합니다.
javascriptrlawlals374153
・
0
216
1
- Resolved
ppt 제공
혹시 이 강의 대한 ppt자료 제공은 안하시나요 ?
javascriptsxdz1290
・
0
321
1
- Resolved
혹시 프론트, 백엔드 코스랑 강의가 겹치나요?
안녕하세요?혹시 프론트, 백엔드 코스 구매하면앞부분에 강의가 겹치는지 문의드려요
javascriptspacemilk
・
0
526
2
- Resolved
display:flex의 의미
제가 섹션4까지 듣고 카운트다운 코드를 다시 보며 복습하고 있는데 style.display = flex가 이 섹션 4까지의 코드에서 어떤 맥락으로 사용됐는지가 이해가 잘 가지 않아 이 부분을 여쭤보고 싶습니다. 자바 스트립트 관련 여러 문서들을 참고하니 자바스크립
javascriptpatrickgong
・
0
411
1
- Resolved
반복문을 활용한 날짜 데이터 리팩토링
강의 8:18 부분에서 강사님 코드 49번째 줄 말고 이렇게 작성하면 왜 안되나요?console.log(documentobj[docKeys][i]);
javascripttjdus
・
0
277
2
- Resolved
JS로 HTML. CSS 조작
18:00 부분에서 왜 변수로 안하고 객체로 하는 게 더 효율성이 좋은 건가요? 유지보수 때문인가여...???
javascripttjdus
・
0
249
1
- Resolved
조건에 따른 메시지 출력 강의
7:49 부분에 강사님은 NaN이 한 번만 출력되는데 저는 NaN NaN NaN NaN 총 네 번이 출력되는데 괜찮나요...? <html
javascripttjdus
・
0
177
1
- Resolved
locallhost
제 창 주소는 이렇게 뜨는데 왜 강사님은 다르게 뜨는 건가요 로컬호스트 강의 0:40 부분 <img src="https://cdn.inflearn.com/public/files/posts/e244eec8-b2f2-43c
javascripttjdus
・
0
465
2
- Resolved
객체 속성 접근시 브라켓 이용(vs. 닷 오퍼레이터)
강의편에서 객체와 속성 코드 적으실 때 hours.textContent = remainingObj["remainingHours"]; 와 같이 브라켓을 이용해서 속성에 접근하셨는데, 객체 속성 접근할 때 닷 오퍼레이터말고
javascripthyeyoonjo3218207
・
0
249
1
- Resolved
interval에 대한 질문입니다.
let intervalId; let countdownStart = function () { messageContainer.style.display = "none"; ddayContainer.style.display = "flex"; co
javascripttomatoraub8467
・
0
268
2
- Resolved
반복문 실습에서 while문 질문 있습니다.
let i = 0;while(iconsole.log(i)i = i + 1}이렇게 코드 작성 했을 때0부터 10까지 출력되던데,i = 9일 때, con
kys9603133643
・
0
346
1
- Resolved
이해가 안되는 부분..
헷갈려서 질문이 조금 많은데요ㅠㅠ[1] 5:29 대에서숫자 0이 i에 들어가고0 번째 인덱스 값을 가진 요소 1을 갖고 올 수 있고,코드 실행해주고 i(0)이 1 증가되니arr.length = 길이가
javascriptyihyoni
・
0
390
2
- Resolved
강의 보며 작업한 코드를
혹시 강의를 보며 작업한 코드를 깃허브 레포에 공개로 올려도 되나요?
javascriptdream0009304906
・
0
389
1
- Resolved
제대로 이해한건지 모르겠어요..
8분대 코드이고 const counterMaker = function () { const targetDateInput = dateForMaker(); console.log(target
javascriptyihyoni
・
0
315
2
- Resolved
강의자료 부탁드립니다.
안녕하세요.강의 자료가 어디에 있는지 알려 주세요.감사합니다.
javascriptpururun716969
・
0
473
1
- Resolved
Uncaught TypeError: Cannot set properties of null (setting 'textContent')
let i = 0; for( let tag of documentArr) { document.getElementById(tag).textContent= remainingObj[t
javascriptnalangnolja15179
・
0
5,015
1

