Hacker News new | ask | show | jobs
by blackysky 5211 days ago
you should check the syllabus ....looks pretty complete to me :

"""Description: This class will give you an introduction to fundamentals of programming languages. In seven weeks, you will build your own simple web browser complete with the ability to parse and understand HTML and JavaScript. You will learn key concepts such as how to specify and process valid strings, sentences and program structures. Then, you will design and build an interpreter - a program that simulates other programs.""

1 comments

Yes, but the steps from "understand HTML and JavaScript" to display that somehow formatted & execute the JS are big & somewhat important for a web browser.