Patient Medical Records

Sort by

recency

|

64 Discussions

|

  • + 0 comments

    The tests here fail - the value is not defined clearly though -SL? Severity Level, diagnosis ID? Neither work though

  • + 0 comments

    In App.test.js in the last test there is an error

  • + 0 comments

    Just dropping this here.

    I have this working per the requirments. But am unable to get the test to pass. While I can bang away and get them green, I really dont want to waste the time / energy.

    I've run across a few exercises by the same author, they were also horribly written. Would avoid if possible.

  • + 0 comments

    Check this one: If you are struggling to resolve this challenge, try to format the timestamp using the following format: 00/00/0000. I used toLocaleDateString method to format the timestamp:

    const timestamp = 1568317109556; const formattedDate = new Date(timestamp).toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' }); `

  • + 0 comments

    Manual testing the requirements, it works like a charm. Can't get the tests to pass somehow.

    how in the world I'm supposed to debug the tests if they just show few lines from a ironpack generic error?