Spent some time playing with the ES2020 Optional Chaining and Nullish Coalescing Operators. Descent way to default to something if a value is null/undefined.
DEMO🔗https://t.co/dVMc47vH2n
Handy tip: Want to copy an existing web dev folder but want to exclude some folders? Use rsync!
rsync -av --exclude 'node_modules' --exclude ‘.git’ src_dir/ target_dir/
#webdevelopment