Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Hola mundo javascript
Search
evilnapsis
July 08, 2013
How-to & DIY
0
85
Hola mundo javascript
Los primeros pasos para empezar en javascript, no es mucho, pero por algo se empieza
evilnapsis
July 08, 2013
Tweet
Share
More Decks by evilnapsis
See All by evilnapsis
Curso-Taller HTML5
evilnapsis
0
52
About Me
evilnapsis
0
98
MineDeck Presentación 1
evilnapsis
0
33
Html Basico 1
evilnapsis
0
95
Triptico MineDeck 01
evilnapsis
3
72
Nokoree #1
evilnapsis
1
43
Other Decks in How-to & DIY
See All in How-to & DIY
Raspberry Pi Connectを使って #Manus => Node-RED操作チャレンジ #iotlt vol121
n0bisuke2
0
140
バーチャルバナナとリアルバナナ #iotlt #TouchDesigner
n0bisuke2
0
170
人を補助するAI ~AIとの壁打ちがきっかけになる~ #共創AIミートアップ
ishikiemo
0
460
Within the team, I grow as a tester and continuously pursue product quality
camel_404
7
2.6k
HCIのデモに役立つ映像活用アイデア集 #WISS2024 ナイトセッション #HCIVideoCulture
bonsaistudiojp
2
950
#Stampfly #M5Stack 開発ストーリーと今後の可能性 前説
takasumasakazu
0
130
ブロックテーマをゴリゴリに使い倒してサイトを作った話 / Kansai WordPress Meetup 2025 01 25
tbshiki
1
630
「無理」を「コントロール」するスキル / Skills to Control "Muri"
hageyahhoo
6
2.9k
[電子工作]クリップモーターをつくろう
oriontakemura
0
260
JAWS-UGのご紹介 JAWS-UGとは?
awsjcpm
0
5.2k
AWS re:Invent 2024 re:Cap – AWS Community Perspective / JAWS-UG新潟
awsjcpm
0
170
ジャンカーよ、車も買え ~10分でわかる!? 中古車選び入門~
arkw
1
140
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
460k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Automating Front-end Workflow
addyosmani
1370
200k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Code Review Best Practice
trishagee
70
19k
Practical Orchestrator
shlominoach
190
11k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Transcript
Javascript Basico #1 @evilnapsis
Que es Javascript ? Javascript es un lenguaje interpretado que
se ejecuta en el navegador web.
Para iniciar - abrir el block de notas (notepad.exe) -
escribir el codigo - guardar el archivo como loquesea.html , y en el combobox del tipo de archivo se selecciona todos los archivos.
Hola mundo <html> <body> <script> document.write("Hola Mundo !!"); </script> </body>
</html>
@evilnapsis http://twitter.com/evilnapsis http://evilnapsis.blogspot.com