79624228

Date: 2025-05-15 22:01:19
Score: 0.5
Natty:
Report link

for a custom function like "giveMeSomeKebab()" you should go for:

// javascript    
await page.evaluate(() => window.giveMeSomeKebab)

// java
page.evaluate("window.giveMeSomeKebab");

for additional information: check this out

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dimas Crocco