INSPECT Suggest EditsReturns the string representation of a value. This function is useful for troubleshooting expressions. Parameters value Number (required) - The value to inspect Returns String Examples JavaScriptINSPECT([1, 2, 3]) // returns "[ 1, 2, 3 ]" Updated about 1 year ago Table of Contents Parameters Returns Examples