-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new file: .vscode/settings.json new file: notes.txt new file: package-lock.json new file: package.json new file: readme.md new file: src/1-variables.js new file: src/2-control_flow.js new file: src/dom.html new file: sviluppo_web_in_javascript.md
- Loading branch information
0 parents
commit bc62815
Showing
10 changed files
with
3,585 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules | ||
sviluppo_web_in_javascript.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"markdown.marp.enableHtml": true, | ||
"markdown-mermaid.lightModeTheme": "neutral", | ||
"markdown-mermaid.darkModeTheme": "neutral", | ||
"markdown.styles": [ | ||
"https://use.fontawesome.com/releases/v5.7.1/css/all.css" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
overview di javascript | ||
hello world | ||
variabili | ||
dichiarazione | ||
definizione | ||
dichiarazione e definizione | ||
let, const, var | ||
stringhe | ||
numeri | ||
liste | ||
oggetti | ||
controllo di flusso | ||
if, else, else if | ||
for | ||
while | ||
funzioni | ||
classi | ||
this | ||
asincronia | ||
|
||
web | ||
internet e www | ||
browser web | ||
http | ||
cosa fa il browser | ||
dom | ||
css | ||
javascript nel browser | ||
json | ||
|
||
applicazione web | ||
creazione di app con framework X | ||
app offline | ||
|
||
backend | ||
express | ||
sequelize | ||
sqlite3 | ||
|
Oops, something went wrong.