Pramesh Shanilka

Hi, I’m Pramesh Shanilka

A 22-year-old web developer and app developer based in Sri Lanka with 5 years of experience.

Profile photo
function copyBinanceId() { const text = "416534498"; navigator.clipboard.writeText(text).then(() => { // Small confirmation without annoying alert const btn = event.target; const original = btn.innerHTML; btn.innerHTML = "✅ Copied"; setTimeout(() => btn.innerHTML = original, 2000); }); }