Arnav Thorat

3,078
reputation
3
8
33

"Power comes from not from knowledge kept but from the knowledge shared."

- Bill Gates

My mission on Stack Overflow is to share my knowledge to help others learn!


Hi, I'm Arnav Thorat.

I'm mainly skilled in JavaScript (both front-end and back-end) and don't use JavaScript frameworks that much, but I do use TypeScript.

I edit my code in Visual Studio Code and use GitHub.

I hope to help you in Stack Overflow soon!


If you want, you can run this JavaScript code to get my email! Just hit Ctrl + Shift + I, and copy-and-paste this code in the Console tab.

const code = "YXJuYXZ0aG9yYXQ3OEBnbWFpbC5jb20=18069264";

const decode = (code) => {
  const sep = (code.split("=")[0] += "=");
  return atob(sep);
};

console.log(decode(code));

Or, contact me at a......@gmail.com (click on the link to get the full email)!