If anyone can’t buy the book, you can find PDF version below
https://eloquentjavascript.net/2nd_edition/Eloquent_JavaScript_small.pdf
-
What is a program?
It’s many things. Mainly, it’s a piece of text typed by the programmer which tells the computer what to do. Its data in the computers memory. -
What can you say about complexity in programming?
Programs are usually complex but many programmers believe programs are best managed using only. set of well-understood techniques in their programs. -
What function do programming languages have?
Programming languages instruct the computer what to do. -
What is the relationship between Java and Javascript?
They’re just similar in name. Both are still programming languages. However, some people thought it would be best to market Java with a similar name to Javascript. -
What is ECMAScript and how is it related to Javascript?
ECMAScript is a standard document to describe the way the Javascript language should work. Its relationship to Javascript is that they are different names for the same language.