This is my Markdown Portfolio’s Home page.
The goal of this page is to display an understanding of the Markup Language. It’s great to see that this language is so “bare-bones”, I can basically just write.
I’m a student at Humber Polytechnic in the Web Development Grad Certificate program.
var userInput;
if (confirm("Do you like to code?"))
{
userInput = prompt("Me too! What's your name?");
console.log("Nice to meet you, " + userInput);
}
else {
console.log("No problem. I can do it for you!");
}
Language | Interest |
---|---|
HTML | Love how it’s structured! |
CSS | Love how it looks! |
JavaScript | Love how it works! |
PHP | Love how it’s organized! |
C# | Love how it runs! |