My goal is to learn to build useful applications and reach a MVP while the idea is fresh. In the next year, I plan to gain the ability to just make.
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!");
}
| Stack | Interest |
|---|---|
| LAMP | My Favourite |
| MERN | Getting into it |
| ASP.NET | Tough on Mac, but not impossible! |
Loving getting into Codepen. I’m excited to continue building and testing features here.