Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

#HelloWorld The second code golf challenge

expected output

A javascript alert showing 'Hello World'

language

JavaScript

limitations

No strings, no numbers. Regex source property not allowed. Looking at you Scott. so no, alert(/Hello, World!/.source)

Bonus points

For bonus points, include grammar: 'Hello, World!'