toNull
Description
Returns a value of type null.
Input / Parameter
N/A
Output
Description
Output Type
Returns the value of type null.
Null
Example
In this example, we will use the Conversion.toNull
function to print null
in the console.
Step
Call the function
Conversion.toNull
inside theLog.write
function.
Result
The console will print
null
.
Last updated