Quiz: Templating, Real-Time Communication, and Logging
Test your understanding of rendering dynamic views, using Socket.io for real-time features, and logging with Winston.
We'll cover the following...
1
In an EJS template, which syntax is used to output the value of a variable?
A)
{{ variable }}
B)
<%= variable %>
C)
{{= variable =}}
D)
%= variable =%
Question 1 of 140 attempted
...