constregexSentence='%I $am@% a %tea@cher%, &and& I lo%#ve %te@a@ching%;. The@re $is no@th@ing; &as& mo@re rewarding as educa@ting &and& @emp%o@weri@ng peo@ple. ;I found tea@ching m%o@re interesting tha@n any ot#her %jo@bs. %Do@es thi%s mo@tiv#ate yo@u to be a tea@cher!? %Th#is 30#Days&OfJavaScript &is al@so $the $resu@lt of &love& of tea&ching'
console.log(regexSentence.match(/\w+/g))
console.log(regexSentence.replace(/\W+/g,""))
letsalarySentence='He earns 5000 euro from salary per month, 10000 euro annual bonus, 15000 euro online courses per month.'