e.target.value to url изображения в JavaScript

const imgURL = URL.createObjectURL(e.target.files[0]
ashirbad-panigrahi