Question: What is the purpose of N-API?
- to allow users to make requests to the server
- to insulate Addons from changes in the underlying JavaScript engine
- to execute multi-threaded code in the Node environment
- to provide a quick way for users to create REST APIs
Answer: The correct answer of the above question is Option B:to insulate Addons from changes in the underlying JavaScript engine