Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Angular Basics Angular Basic Forms Submitting Form Data

Steve Fielding
Steve Fielding
7,287 Points

Property 'push' does not exist

I am having difficulty pushing a comment to the entry array. In your video to wrote onCommentAdded(comment: {name:string; comment: string;}) { this.entry.comments.push(comment); } i tried push the comment into the entry array but push is underlined as an error and when i hover over it, it tells me [ts] Property 'push' does not exist on type 'any[]'.

1 Answer

blake guyan
blake guyan
8,297 Points

hey, can you share the workspace for this? i can see it a lot clearer that way :)