Please correct my English.

The lemming formerly known as:

  • 1 Post
  • 16 Comments
Joined 5 months ago
cake
Cake day: December 31st, 2024

help-circle








  • matches
    • wet
    • wit
    • waft
    • wait
    • want
    • wart
    • watt
    • weft
    • welt
    • west
    • whet
    • whit
    • wilt
    • wont
    • wort
    • writ
    • wyat
    • waist
    • wheat
    • whist
    • wight
    • worst
    • wrest
    • wrist
    • wyatt
    • wallet
    • walnut
    • weight
    • wicket
    • widget
    • willet
    • wilmut
    • wisent
    • wombat
    • wright
    • walkout
    • warrant
    • washout
    • wavelet
    • webfoot
    • whatnot
    • whippet
    • wildcat
    • wipeout
    • woodcut
    • woodlet
    • wordnet
    • workout
    • wrought
    • wainscot
    • wartwort
    • weldment
    • westmost
    • whinchat
    • whiteout
    • whodunit
    • wormcast
    • wristlet
    • waistcoat
    • walkabout
    • wavefront
    • weeknight
    • welfarist
    • wellpoint
    • whaleboat
    • whitebait
    • windburnt
    • windswept
    • woodcraft
    • woollcott
    • worksheet
    • worriment
    • worrywart
    • wainwright
    • wanderlust
    • watercraft
    • waterfront
    • waterspout
    • watertight
    • weightlift
    • whorlywort
    • wildebeest
    • witchcraft
    • wonderment
    • workbasket
    • wykehamist
    • wagonwright
    • wastebasket
    • westernmost
    • wheelwright
    • whitethroat
    • whitlowwort
    • wienerwurst
    • waggonwright
    • welterweight
    • watercolorist
    • watercolourist
    • wollstonecraft
    • whatchamacallit

    https://words.englishbix.com/browse/words/w

    var matches = [];
    document.querySelectorAll('.p-2').forEach(e => {
        var word = e.innerText;
        if(word.endsWith('t')){
            matches.push(`* ${word}`);
        }
    });
    console.log(matches.join('\n'));