freeCodeCamp/curriculum/challenges/arabic/06-information-security-and.../information-security-with-h.../install-and-require-helmet....

648 B

id title challengeType videoUrl localeTitle
587d8247367417b2b2512c36 Install and Require Helmet 2 تثبيت وطلب الخوذة

Description

undefined

Instructions

undefined

Tests

tests:
  - text: ''
    testString: 'getUserInput => $.get(getUserInput("url") + "/_api/package.json").then(data => { var packJson = JSON.parse(data); assert.property(packJson.dependencies, "helmet"); }, xhr => { throw new Error(xhr.responseText); })'

Challenge Seed

Solution

// solution required