This is my exercise for JavaScript code to login and display (console.log) newsfeed

It will check the User's username and password using prompt and upon successful login it will display (consol.log) the newsfeed, else it will alert an error message.




Correct Username: uche; Correct Password: pass; To view the newsfeed open your console in Google chrome.