Month: April 2022

JavaScript features that lend themselves to functional programming

Functions are “high order” – are javascript objects – and can be passed as parameters “Fat Arrow Functions” easily allow anonymous functions. A function invokation can be defined immutably with the const keyword JavaScript provides a “spread notation” when calling a function to allow a variable number of parameters. JavaScript allows function recursion – a …

JavaScript features that lend themselves to functional programming Read More »

Mac OS Zoom Real Easy

Command+= =Zoom-In In other words, press the Command key while simultaneously pressing the “=” key will zoom in Command+- = Zoom-Out In other words, press the Command key while simultaneously pressing the “-” key (to the left of the “=” key / top row right) will zoom out