You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the javascript 101 section, on the last page (Complex Types), there is a typo in the Array of Objects section's code.
Current code:
constusers=[{name: "Harkirat",age: 21},{name: "raman",age: 22}}// Since 'users' is an array, this should be closing square bracket ']'
PS - I want to edit this myself (my start to opensource lol) however, when I checked the repo, I got confused on where shall I edit this. I looked under packages/db ... but I don't think so it is there, or I don't know if it is in app/web directory.
I just need guidance on where exactly it would be, and I'll fix it myself.
The text was updated successfully, but these errors were encountered:
I was going through the codebase, got to know that the content is getting rendered from a notion doc. So, in this case we would be needing to update that doc instead of updating anything inside this code.
Describe the bug
In the javascript 101 section, on the last page (Complex Types), there is a typo in the Array of Objects section's code.
Current code:
PS - I want to edit this myself (my start to opensource lol) however, when I checked the repo, I got confused on where shall I edit this. I looked under
packages/db
... but I don't think so it is there, or I don't know if it is inapp/web
directory.I just need guidance on where exactly it would be, and I'll fix it myself.
The text was updated successfully, but these errors were encountered: