메뉴
×
×
옳은!

연습:

React 요소를 DOM에 렌더링하려면 올바른 ReactDOM 메서드를 입력하세요.

ReactDOM.render(myElement, document.getElementById('루트'));

Not Correct

Click here to try again.

Correct!

Next ❯
ReactDOM.

  
  
  




w3schools.com으로 이동
점수 재설정
이 메뉴 닫기
"; txt += " '; txt += ' 나의 페이지'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("사용자 진행").innerHTML = txt; x = Math.round((사용자 점수/운동 횟수) * 100); 도 = x * 3.6; if (도 > 359) 도 = 359; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", describeArc(26, 35, 24, 0, 도)); document.getElementsByClassName("exercisemenuinner")[0].style.top = "169px"; } } 함수 polarToCartesian(centerX, centerY, 반경, angleInDegrees) { var angleInRadians = (angleInDegrees-90) * Math.PI / 180.0; return { x: centerX + (radius * Math.cos(angleInRadians)), y: centerY + (radius * Math.sin(angleInRadians)) }; } 함수 describeArc(x, y,

24개 연습 중 0개 완료:

반응 시작하기
React ES6 화살표 기능
반응 ES6 변수
React ES6 배열 메서드
React ES6 구조화
리액트 ES6 스프레드
React ES6 삼항
반응 JSX
반응 구성 요소
리액트 소품
반응 이벤트
반응 조건부
반응 목록
반응 후크 useState
React Hooks useEffect
React CSS 스타일링

×

점수를 재설정하시겠습니까?

This will reset the score of ALL 24 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 24 React exercises.

Share your score: