`` Template Syntax - Graceful Degredation

前端 未结 2 1578
面向向阳花
面向向阳花 2021-01-24 00:06

The new javascript template syntax is great. Super readable and powerful. I\'d like to start using it.

I tried this template:

function addGalleryItem(ima         


        
2条回答
  •  难免孤独
    2021-01-24 00:52

    You can't use try...catch statement to catch syntax errors, because they are thrown even before the code is executed.

    You either have to drop support for browsers which doesn't support template literals or use Babel.

提交回复
热议问题