InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between false and nil in Ruby? |
|
Answer» False INDICATES a BOOLEAN datatype, and Nil is not a data TYPE and it have an object_id 4. |
|