Profile picture
Profile picture
  • Home
  • Blog
  • Projects
  • Events
  • Thoughts
  • About
  1. Get File Extension

    Ho do you get File Extension in JavaScript ? Using split() and pop() methods var fileName = "my-picture.jpeg"; var ext = fileName.split…

© 2022, Built with Gatsby