Bug Report: Syntax Error in JavaScript Code Sample for Gemini 3. In the ‘Get started with few lines of code’ section, the JavaScript object uses invalid syntax. Current (Error): contents="Find the race condition..." Correct (Fix): contents: "Find the race condition..." Using = inside an object literal throws a syntax error.
Hi @Swayam_Srivastava , Welcome to forum!!!
Thank you for bringing this to our attention! We’ve updated the documentation with the fix ("contents: “Find the race condition…”) based on your feedback. We really appreciate you taking the time to help us improve our documentation!