Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Variables

Variables are like container, which holds soemthing. Suppose I have a containeer for storing suger. In programming, Variables stores data types (like : string , tuple).

First example

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html