© 2023 Hashnode
#noob
index.php : "Hello World" is a string of characters. A string of characters is text. echo "Hello World" means prints the text onto the page. <!doctype html> <html lang="en"> <head> <meta charset="…
After programming in C# for almost 19 years, I've decided to try my hand at TypeScript. Still thinking Object Oriented Programming concepts and C#, I've run into a few doozies I thought I'd document. …