fix (curriculum): remove code block for translation purpose (#55134)

This commit is contained in:
Alan Luo
2024-06-10 04:35:31 -07:00
committed by GitHub
parent cd6ee6a631
commit 573c47ed93
@@ -7,7 +7,7 @@ dashedName: step-55
# --description--
If you check the `Application` tab of your browser console, you'll notice a series of `[object Object]`. This is because everything you save in `localStorage` needs to be in string format.
If you check the "Application" tab of your browser console, you'll notice a series of `[object Object]`. This is because everything you save in `localStorage` needs to be in string format.
To resolve the issue, wrap the data you're saving in the `JSON.stringify()` method. Then, check local storage again to observe the results.