So far we have seen hash being created like this.
There is another way to create hash also.
Hash.new creates an empty hash. To this empty hash we need to add key and value.
Hash.new