Home Logic Ubuntu (Linux) Blog PHP Fiddle

NodeJS: Async Homework

Asynchronous Homework

You are writing the code for a blog page. Before you start the code, you want to plan your application.

Below you will find a description of each blog page element. Where would you want callbacks?

Remember, In JavaScript functions with a callback are asynchronous.

Grammarly Instant Grammar Checker

Page Elements

Page Head
1) title: JavaScript variable
2) links: JavaScript variable
3) meta data: JavaScript variable
Body
1) Header: Reads a file
2) Main Content: Queried from Database
3) Footer: Reads a file
4) Scripts: Queried from Database