Live data from Hacker News

Viewing profile — learntocode222

learntocode222

HN member
Joined
Tue, Feb 20, 2024, 9:00 PM UTC
HN karma
9
Public activity
11 items

About learntocode222

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #46753917

    Fixed! (I think)

  4. story
  5. story
  6. comment
    Comment #44868365

    A new game from Nerdle. Seems to be poor at finding high scoring words and was worse when I replicated the letter options in my chatgpt

  7. story
  8. comment
    Comment #41004528

    A little function to help ;) function searchWord(grid, word) { const rows = grid.length; const cols = grid[0].length; const wordLength = word.length; let found = false; const direc…

  9. story
  10. story
  11. story