This website works better with JavaScript
Home
Explore
Help
Sign In
eugeniy.ho
/
javascript_practice
Watch
1
Star
0
Fork
0
Files
Issues
12
Pull Requests
0
Wiki
Tree:
c0da1530b6
Branches
Tags
master
javascript_p...
/
hw03_part1
/
22_ternary.js
22_ternary.js
103 B
History
Raw
1
confirm('Укажите ваш пол:') ? alert('Вы мужчина') : alert('Вы женщина');