grep -E -o -r ‘\w+’ ./ --include=’*.js’ --exclude-dir=’.git’ --exclude-dir="node_modules" | cut -d: -f 2 | sort | uniq -c | sort -nk 1 | tail -n 5