Truthy/Falsy Check
Write a function isTruthy(value) that takes a value as input and print true if it's truthy, and false if it's falsy.
Test your function with various values (numbers, strings, Booleans, null, undefined, arrays, objects).