반응형
Notice
Recent Posts
Recent Comments
Link
반응형
목록CSS (1)
반응형
taenyLog

45 35 25 15 10 LBS의 원판을 바벨에 끼웠을 때 kg으로 변환해줌 상단의 컬러풀한 플레이트 클릭시 바벨의 양쪽에 플레이트가 꽂히는 무게로 계산 html. LBS TO KG 45 35 25 15 10 20KG barbell js const totalKgDisplay = document.querySelector("#totalKgDisplay"); const resetBarbell = document.querySelector("#barbell"); const save = document.querySelector("#save"); let totalKg = 20; // 상단의 플레이트 클릭시 생성되는 버튼 const createButtonGroup = (weight, count) => { const ..
Web
2023. 6. 18. 07:51