Laurent Fournier
Test 3
Intro 2
Code snippet
onArticleSelected(event) { const articleId = event.detail?.articleId; const newId = typeof articleId === 'number' && !Number.isNaN(articleId) ? art…