Tue May 21 2024 05:30:16 GMT+0000 (Coordinated Universal Time)
Saved by @ishwarpatel22
if (i === index) { item.style.display = 'block'; } else { item.style.display = 'none'; }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments