Home
Wall Street Journal Crossword Puzzle Answers
Welcome to WSJCrosswordAnswers.org — a free, fan-made reference dedicated to solving and publishing every Wall Street Journal Crossword answer, updated daily. Stuck on a clue? Use the search bar above to find any answer instantly, or browse the latest puzzle below. Click any clue to reveal its solution, letter count, and past appearances.
Wall Street Journal Crossword {{ !empty($items[0]['date']) ? date('F j, Y', strtotime((string)$items[0]['date'])) : '' }} Answers
Below are all the clues from the latest{{ !empty($items[0]['date']) ? ' (' . date('F j, Y', strtotime((string)$items[0]['date'])) . ')' : '' }} WSJ Crossword. This puzzle has {{ collect($items)->filter(function($r) use($items){return ($r['date_slug'] ?? '')===($items[0]['date_slug'] ?? '');})->count() }} crossword clues — click any to reveal its answer.
Across
{!! collect($items)->filter(function($r) use($items){return ($r['date_slug'] ?? '')===($items[0]['date_slug'] ?? '') && (int)($r['direction'] ?? 0)!==2;})->sortBy('clue_number')->map(function($r){$len=strlen(str_replace(' ','',(string)($r['answer'] ?? '')));return ''.(int)($r['clue_number'] ?? 0).''.htmlspecialchars((string)($r['clue'] ?? ''),ENT_QUOTES,'UTF-8').''.$len.' Letters
';})->implode('') !!}
Down
{!! collect($items)->filter(function($r) use($items){return ($r['date_slug'] ?? '')===($items[0]['date_slug'] ?? '') && (int)($r['direction'] ?? 0)===2;})->sortBy('clue_number')->map(function($r){$len=strlen(str_replace(' ','',(string)($r['answer'] ?? '')));return '';})->implode('') !!}