Add Chrome version

This commit is contained in:
Kevin Sawicki 2015-10-19 15:23:55 -07:00
parent 7f2de91eec
commit 2294b4d52b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
We are using node <script>document.write(process.version)</script> We are using node <script>document.write(process.version)</script>
and Chrome <script>document.write(process.versions.chrome)</script>.
and Electron <script>document.write(process.versions.electron)</script>. and Electron <script>document.write(process.versions.electron)</script>.
</body> </body>
</html> </html>