descholar-ceo/AnnounceIT

View on GitHub
UI/js/updateAnnouncement.js

Summary

Maintainability
A
0 mins
Test Coverage
export const updateAnnouncement = () => {
    // console.log(window.location.href.split("?")[1].replace(/%/g," "))
    //here will go codes of editing an announcements
}

updateAnnouncement();