Skip to content

Instantly share code, notes, and snippets.

View ousam-ha's full-sized avatar

Mousam Jha ousam-ha

View GitHub Profile
@ousam-ha
ousam-ha / Welcome
Created March 2, 2019 09:00
jhamousam created by MousamJha - https://repl.it/@MousamJha/jhamousam
first_name = "Mousam";
date_of_birth = 1993;
console.log(first_name);
console.log(date_of_birth);
console.log("Welcome to JavaScript");