show(post)のpostはなんですか?

showに渡されたpostはpostsに格納された個々の要素です。
2020年4月30日
ユーザー
  function show(post) {
    console.log(`${post.text} - ${post.likeCount}いいね`);
  }

このpostの正体がわかりません。
宜しくお願いします。

この回答を見るにはプレミアムプランへの登録が必要です

プレミアムプランとは?