Sagi Ohayon
Results
2
issues of
Sagi Ohayon
1) adding week day names dictionary(hebrew and english). 2) adding 3 string functions , spread them from toString function. 1) getDayName - getting the hebrew day 2) getMonthName - getting...
``` mkdir -p "./license-checker" root=$PWD find . -name package.json -not -path "*node_modules*" -not -path "*components*" > ./license-checker/license-checker.txt grep -v '^ *#' < ./license-checker/license-checker.txt | while IFS= read -r line do...