Diferència entre revisions de la pàgina «Promises»

De Wiket
Salta a la navegació Salta a la cerca
(Es crea la pàgina amb «=Promises= ==Resources== ==Exercises== <ol> <li>With the given code, create a web page that call a server with some data (it's doesn't matter what data) and print on t...».)
 
Línia 3: Línia 3:
 
==Exercises==
 
==Exercises==
 
<ol>
 
<ol>
<li>With the given code, create a web page that call a server with some data (it's doesn't matter what data) and print on the page aplying some kind of format
+
<li>With the given code, create a web page that call a server with some data (it's doesn't matter what data) and print the data on the page applying some kind of format.
  
 
</li>
 
</li>
 
</ol>
 
</ol>

Revisió del 12:03, 31 gen 2023

Promises

Resources

Exercises

  1. With the given code, create a web page that call a server with some data (it's doesn't matter what data) and print the data on the page applying some kind of format.