Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

jsonplaceholder

fetch('https://jsonplaceholder.typicode.com/todos/2')
  .then(response => response.json())
  .then(json => console.log(json))
Source by jsonplaceholder.typicode.com #
 
PREVIOUS NEXT
Tagged: #jsonplaceholder
ADD COMMENT
Topic
Name
7+7 =