Jump to content

User:CompanyDude

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by CompanyDude (talk | contribs) at 02:01, 24 April 2016. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
EN
My name is Jack.
IT
Ciao! Sono Jack.
FR
Je m'appelle Jack.
VB
Console.WriteLine("My Name is Jack.")
C#
Console.WriteLine("My Name is Jack.");
BS
PRINT("My name is Jack.")
BT
@echo off
echo My Name is Jack.
HT
<h1>Hello.</h1>
<p>My name is Jack.</p>
XH
<h1>Hello.</h1>
<p>My name is Jack.</p>
CS
.helloName::before {
content: "My name is Jack.";
}
JS
document.getElementsByClassName("helloName").innerHTML = "My Name is Jack.";