7 lines
149 B
HTML
7 lines
149 B
HTML
<html>
|
|
<body>
|
|
Converts an if-then expression that checks if a value is null to an equivalent expression
|
|
using the '!!' operator.
|
|
</body>
|
|
</html>
|