Wordle comparison: Difference between revisions

m
(→‎{{header|JavaScript}}: Added a version in JavaScript)
Line 285:
// ---------------- WORDLE COMPARISON ----------------
 
// wordleScore :: (String ->, String) -> [Int]
const wordleScore = (target, guess) => {
// A sequence of integers scoring characters
Line 348:
 
 
// wordleReport :: (String ->, String) -> String
const wordleReport = (target, guess) => {
// Either a message, if target or guess are other than
9,655

edits