Advertisement
Guest User

Untitled

a guest
Nov 26th, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // ***************
  2. // START CODE ADDED
  3. // ***************
  4.  
  5. // await new Promise((resolve) => setTimeout(resolve, 2e3));
  6. // Calculate check frequency to find top 10 words on InputText
  7. autotags = nthMostCommon(inputText,10);
  8.  
  9. // ***************
  10. // END CODE ADDED
  11. // ***************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement