Returns a value of type null.
N/A
Returns the value of type null.
Null
In this example, we will use the Conversion.toNull function to print null in the console.
Conversion.toNull
null
Call the function Conversion.toNull inside the Log.write function.
Log.write
The console will print null.
Last updated 1 year ago