Javascript Calculator in Vue

I just completed my calculator using Vue CLI. I modeled the design of the iconic Texas Instruments SR 10, their first scientific calculator. I have a little blurb about the tools I used as well as a bit of history about its inspiration.

The app passes fCC’s Test Suite. I’ve figured out that the Test Suite doesn’t recognize Vue’s text interpolation (using the {{ varName }} in html), so I use the plain javascript
document.getElementById('idHere').innerText = someVar;
to work around this issue.

Any kind of feedback welcome, but really I’m having the hardest time getting an image to show in the Open Graph preview. Help!

EDIT: An exercise in checking all your links, I found a typo in my Open Graph image link. I also set the image type, too. Seems to work now :wink:

1 Like