Skip to content

Latest commit

 

History

History
20 lines (6 loc) · 303 Bytes

File metadata and controls

20 lines (6 loc) · 303 Bytes

Q5

PHP is synchronous, JavaScript is asynchronous, explain the difference.

What are the benefits of a synchronous language?

What are the benefits of an asynchronous language?

What are the disadvantages of a synchronous language?

What are the disadvantages of an asynchronous language?