Запитання 2
What is the main benefit of using Hermes JavaScript engine in React Native apps?
Варіанти відповідей
It compiles JavaScript to bytecode at build time, significantly reducing startup time and memory usage on Android devices.
It allows dynamic execution of arbitrary JavaScript strings via eval at runtime.
It exclusively supports only ES5 JavaScript syntax for maximum compatibility.
It runs JavaScript code on a separate native thread to improve concurrency.