Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added JS interview question #33

Merged
merged 1 commit into from
Oct 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion JavaScript/interview_question__by namsteJS.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@

// fig- L8,7a that orange color box represent the reference to the lexical environment to the parent so along with the memory space of variable and function we also get lexical environment of the parent(that orange thing) .


// (8) Enumerate the differences between Java and JavaScript?
// Java is a complete programming language. In contrast, JavaScript is a coded program that can be introduced to HTML pages. These two languages are not at all inter-dependent and are designed for different intent. Java is an object-oriented programming (OOPS) or structured programming languages like C++ or C, whereas JavaScript is a client-side scripting language.



Expand Down