Skip to content
Menu
  • Home
  • About
  • Contact
  • Blog ⬇
    • Tutorial
    • Financial
    • Resources
    • Social Media
    • Web Design
    • Miscellaneous
Search
Social

VmC Ink.

Code

Miscellaneous - Resources

Hello, World!

April 13, 2015 by Victor 0 Comments
Read More
hello world

It has been a tradition, in computer programming, as a first step into a larger world, to devise a trivial bit of code that outputs the statement, “Hello, World!“ for all to see. Here is one such instance, in a bit of a roundabout way:

(function() {
  "use strict";
  var a = "Hell", 
      b = "o, W", 
      c = "orld";
  alert(a + b + c + "!");
} )();

Continue reading “Hello, World!”

Posts navigation

Newer posts →
VmC Ink. is on the job

Team VmC Ink. is on the job

Recent Posts

  • How to Use Mastodon.social
  • Master Twitter in One Hour a Day
  • How to Record a Podcast
Coding and snacking

Never code on an empty stomach

Copyright © 2021 VmC Ink.