Interpreted Languages: JavaScript, PHP, Python, Ruby (Sheet One) - Hyperpolyglot
ruby: Capitalized variables contain constants and class/module names. By convention, constants are all caps and class/module names are camel case. The ruby interpreter does not prevent modification of constants, it only gives a warning. Capitalized variab...