DEV Community

Margaret W.N
Margaret W.N

Posted on

Eloquent Javascript

I'm almost done with the book, Eloquent Javascript. My main takeaways for today.

Status codes starting with
2 - indicate success
4 - indicate something went wrong with the request
5 - indicate an error happened on the server

File Paths when preceded by:
. stands for the current directory
../ refers to one directory up
/ refers to root of the file system

Remote procedure calls.

In this model, communication follows the patterns of normal function calls, except that the function is actually running on another machine.

tabindex attribute - used to influence the order in which elements receive focus.

I have a thing for scanty notes. Like I dont wanna create another book from a book i'm reading.
Thats it for day 88, I'm gonna try and complete the last chapter tonight

Latest comments (0)