Gunnar Bittersmann: Frage zum Wiki-Artikel „JavaScript“

Beitrag lesen

problematische Seite

@@Gunnar Bittersmann

Sieht dann so aus: Codepen.

Eine Frage hätte ich dazu noch. Geht:

lightsDecrementButton.addEventListener('click', () => {
	lightsInputElement.stepDown();
});

Geht nicht:

lightsDecrementButton.addEventListener('click', lightsInputElement.stepDown);

Warum nicht?

😷 LLAP

--
“When I was 5 years old, my mother always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down ‘happy.’ They told me I didn’t understand the assignment, and I told them they didn’t understand life.” —John Lennon