以下のコードを実行した場合、どのようなエラーが発生しますか? ```javascript const arr = "文字列"; arr.push("要素"); ```