1 2 3 4 5 6 7 8
class Screenreader { static notify(text) { $('#notes_for_screenreader').text(text); } } export default Screenreader;