#javascript
Read more stories on Hashnode
Articles with this tag
undefined ? "print" : "not print" is a ternary operator in JavaScript. The ternary operator works as follows: condition ? expressionIfTrue :...
It has taken me about a week to develop my portfolio. The frontend is deployed on the popular Vercel platform, while the backend is hosted on...