/Place-Names

C# to JavaScript Exercise 1

Primary LanguageC#

Place Names

An app that prints place names to the console.

Your Task

Read the C# code and write JavaScript code that does the same thing.

NOTE: This is NOT a line-by-line translation of C# code into JavaScript. The task is to write a JavaScript application that has the same behavior as the C# application.