Good morning sir. I want to increase counter in console. It change in browser but not in console. Thanks you sir. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Good morning sir. I want to increase counter in console. It change in browser but not in console. Thanks you sir.

Increase the counter in console with browser. https://code.sololearn.com/WSNM10DW38qj/?ref=app

8th Jan 2022, 12:54 PM
Malick Diagne
Malick Diagne - avatar
1 Answer
0
<button id="time" onclick="uptime();console.log(counter)">Time</button>
8th Jan 2022, 1:34 PM
JaScript
JaScript - avatar