← Back to context

Comment by glandium

1 year ago

Your function returns 3, and I don't see how it can return 2.

I did not run the code myself. The code block and console log I have pasted is verbatim copy from Claude3.5

  • Claude isn't actually running console.log() it produced correct code.

    This prompt "please write a javascript function that takes a string and a letter and iterates over the characters in a string and counts the occurrences of the letter"

    Produced a correct function given both chatGPT4o and claude3.5 for me.