freeCodeCamp/curriculum/challenges/arabic/06-information-security-and.../advanced-node-and-express/use-a-template-engines-powe...

671 B

id title challengeType videoUrl localeTitle
5895f70bf9fc0f352b528e64 Use a Template Engine's Powers 2

Description

undefined

Instructions

undefined

Tests

tests:
  - text: ''
    testString: 'getUserInput => $.get(getUserInput("url")+ "/") .then(data => { assert.match(data, /pug-variable("|")>Please login/gi, "Your projects home page should now be rendered by pug with the projects .pug file unaltered"); }, xhr => { throw new Error(xhr.statusText); })'

Challenge Seed

Solution

// solution required