LiveLoveApp logo

Solution - Creation Operators

Solution

ajax.getJSON('https://reqres.in/api/users').subscribe({
  next: console.log,
});