imba / imba.io

📄The official website of Imba
http://imba.io
MIT License
80 stars 37 forks source link

Add info about optional chaining #197

Closed Pistus closed 3 years ago

Pistus commented 3 years ago

Added basic info about the optional chaining operator linking to MDN for more info. It will now be searchable. But the placement in the operator hierarchy wasn't obvious. It can be under Logical operators like nullish coalescing or as it's own section like in MDN.

🤔: As logical operator ⭐️: As its own operator type 💬: \

Bohooslav commented 3 years ago

I think it should be added to logical operators.