【週刊ドットインストール】 Figma入門の制作に苦戦中...
function moveSlides () { const slideWidth = slides[0].getBoundingClientRect().width; ul.style.transform = `translateX(${-1 * slideWidth * currentIndex}px)`; }
const でまとめる時との違いを教えてくださいませ。
const
この回答を見るにはプレミアムプランへの登録が必要です