Search notes:

Javascript: global object

The global object is created before control enters any execution context.
The global object has neither the [[Construct]] nor the [[Call]] internal method. Thus it cannot be used as a constructor with the new operator or be invoked as a function.
It has, however, the [[Prototype]] internal slot. This value is implementation-dependent.
escape(…)
eval(…) dynamically evaluates a string as JavaScript expression or statement.

Value properties

NaN, Infinity and undefined.

See also

parseInt to create an integer from a String.
Javascript code snippets
objects

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758191750, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/JavaScript/objects/global/index(59): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78