From ee6cadf5b0735d4e306cb4249f8616a6acfea5ce Mon Sep 17 00:00:00 2001 From: Tay Yang Shun Date: Wed, 27 Sep 2017 08:45:20 +0800 Subject: [PATCH] Rename Jade to Pug (fixes #7) --- front-end/interview-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/interview-questions.md b/front-end/interview-questions.md index cb874464..afd528e3 100644 --- a/front-end/interview-questions.md +++ b/front-end/interview-questions.md @@ -182,7 +182,7 @@ Examples of such techniques: ### Have you used different HTML templating languages before? -Yes, Jade, ERB, Slim, Handlebars, Jinja, Liquid, just to name a few. In my opinion, they are more or less the same and provide similar functionality of escaping content and helpful filters for manipulating the data to be displayed. Most templating engines will also allow you to inject your own filters in the event you need custom processing before display. +Yes, Pug (formerly Jade), ERB, Slim, Handlebars, Jinja, Liquid, just to name a few. In my opinion, they are more or less the same and provide similar functionality of escaping content and helpful filters for manipulating the data to be displayed. Most templating engines will also allow you to inject your own filters in the event you need custom processing before display. ### Other Answers