Coding Challenge: New Article
Learn how to write codes for HTML and JavaScript to implement a basic form to add an article blog and send the content to the given URL.
Problem statement
Write the HTML code that shows input fields for creating a new blog article by entering its title and content. Then, write the associated JavaScript code to send the article fields as form data to the URL https://thejsway-server.herokuapp.com/articles. You should receive a confirmation message from the server and display it on the page.
Get hands-on with 1400+ tech skills courses.