new
新しくオブジェクトを生成します。
構文
生成されたオブジェクト = new オブジェクト
例文
<html> <head> <title>new</title> </head> <body> <script type="text/javascript"><!-- dateObj = new Date(); document.write(dateObj); // --></script> </body> </html>
関連記事
- with
- while
- var
- try
- throw
- this
- switch
- return
- if
- function
- finally
- else
- do
- delete
- default
- continue
- const
- catch
- case
- break
- Comment / コメント / 注釈
スポンサーリンク