What is something fun to build with javascript constructor functions?

Hey there, what can I build with JS constructor functions? Something fun and cool I can add to my portfolio? Something that would catch a recruiters eye? Any type of apps or websites that are built on constructor functions? I am trying to build my skills… I dont want to build the typical to do app.

What JavaScript projects have you already built? My guess is you could rewrite most of them to incorporate their use. If you have used React, then you kind of already have use them indirectly.

EDIT: I think your calculator app could be a candidate. You could create a function named “Calculator” with various methods (the functions you are referencing in your app).

1 Like

your absolutely right… thanks for reminding me… i built it so long ago.