Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アラートがポップアップして、画面の解像度のサイズが表示されるようにします。
alert("Your Screen Resolution is ...")
alert( 'Your screen resolution is ' + screen.width + 'x' + screen.height );