Book description
Pure JavaScript is a substantial and focused reference for experienced Web developers. This book begins with an accelerated introduction to the newest features of JavaScript so that experienced Web developers can quickly understand the concepts of JavaScript and begin developing their own JavaScript solutions immediately. Pure JavaScript also contains insightful programming techniques, complete with well-commented code examples that you can immediately use in your own JavaScripts. This book contains the most complete, easily accessible JavaScript object reference with syntax, definitions, and examples of well-commented code for each entry.
Table of contents
- Copyright
- About the Authors
- Acknowledgments
- Tell Us What You Think!
- Introduction
- A Programmer's Overview of JavaScript
- Programming in JavaScript
-
JavaScript Reference by Object
-
Core Syntax
- Operators
- abstract
- arguments
- arguments.callee
- arguments.caller
- arguments.length
- Array
- Array.concat()
- Array.join()
- Array.length
- Array.pop()
- Array.prototype
- Array.push()
- Array.reverse()
- Array.shift()
- Array.slice()
- Array.sort()
- Array.splice()
- Array.toSource()
- Array.toString()
- Array.unshift()
- Array.valueOf()
- boolean
- Boolean
- Boolean.prototype
- Boolean.toSource()
- Boolean.toString()
- Boolean.valueOf()
- break
- byte
- case
- char
- class
- const
- continue
- Date
- Date.getDate()
- Date.getDay()
- Date.getFullYear()
- Date.getHours()
- Date.getMilliseconds()
- Date.getMinutes()
- Date.getMonth()
- Date.getSeconds()
- Date.getTime()
- Date.getTimezoneOffset()
- Date.getUTCDate()
- Date.getUTCDay()
- Date.getUTCFullYear()
- Date.getUTCHours()
- Date.getUTCMilliseconds()
- Date.getUTCMinutes()
- Date.getUTCMonth()
- Date.getUTCSeconds()
- Date.getYear()
- Date.parse()
- Date.prototype
- Date.setDate()
- Date.setFullYear()
- Date.setHours()
- Date.setMilliseconds()
- Date.setMinutes()
- Date.setMonth()
- Date.setSeconds()
- Date.setTime()
- Date.setUTCDate()
- Date.setUTCFullYear()
- Date.setUTCHours()
- Date.setUTCMilliseconds()
- Date.setUTCMinutes()
- Date.setUTCMonth()
- Date.setUTCSeconds()
- Date.setYear()
- Date.toGMTString()
- Date.toLocaleString()
- Date.toSource()
- Date.toString()
- Date.toUTCString()
- Date.UTC()
- Date.valueOf()
- debugger
- default
- delete
- double
- do…while
- enum
- escape()
- eval()
- export
- extends
- false
- final
- finally
- float
- for
- for…in
- function
- Function()
- Function.apply()
- Function.arguments
- Function.arity
- Function.call()
- Function.caller
- Function.prototype
- Function.toSource()
- Function.toString()
- Global
- Global.escape()
- Global.eval()
- Global.Infinity
- Global.isFinite()
- Global.isNaN()
- Global.NaN
- Global.parseFloat()
- Global.parseInt()
- Global.unescape()
- if
- if…else
- implements
- import
- in
- Infinity
- instanceof
- int
- interface
- isFinite()
- isNaN()
- label
- long
- Math()
- Math.abs()
- Math.acos()
- Math.asin()
- Math.atan()
- Math.atan2()
- Math.ceil()
- Math.cos()
- Math.E
- Math.exp()
- Math.floor()
- Math.LN10
- Math.LN2
- Math.log()
- Math.LOG10E
- Math.LOG2E
- Math.max()
- Math.min()
- Math.PI
- Math.pow()
- Math.random()
- Math.round()
- Math.sin()
- Math.sqrt()
- Math.SQRT1_2
- Math.SQRT2
- Math.tan()
- Math.toSource()
- Math.toString()
- NaN
- native
- new
- null
- Number()
- Number.MAX_VALUE
- Number.MIN_VALUE
- Number.NaN
- Number.NEGATIVE_INFINITY
- Number.POSITIVE_INFINITY
- Number.prototype
- Number.toSource()
- Number.toString()
- Number.valueOf()
- Object()
- Object.constructor
- Object.eval()
- Object.prototype
- Object.toSource()
- Object.toString()
- Object.unwatch()
- Object.valueOf()
- Object.watch()
- package
- Packages
- Packages.java
- Packages.netscape
- Packages.sun
- parseFloat()
- parseInt()
- private
- protected
- public
- RegExp()
- RegExp,$*
- RegExp.$&
- RegExp,$_
- RegExp.$`
- RegExp.$'
- RegExp.$+
- RegExp.$1,$2,..$9
- RegExp.compile()
- RegExp.exec()
- RegExp.global
- RegExp.ignoreCase
- RegExp.input
- RegExp.lastIndex
- RegExp.lastMatch
- RegExp.lastParen
- RegExp.leftContext
- RegExp.multiline
- RegExp.rightContext
- RegExp.source
- RegExp.test()
- return
- short
- static
- String()
- String.anchor()
- String.big()
- String.blink()
- String.bold()
- String.charAt()
- String.charCodeAt()
- String.concat()
- String.fixed()
- String.fontcolor()
- String.fontsize()
- String.fromCharCode()
- String.indexOf()
- String.italics()
- String.lastIndexOf()
- String.length
- String.link()
- String.match()
- String.prototype
- String.replace()
- String.search()
- String.slice()
- String.small()
- String.split()
- String.strike()
- String.sub()
- String.substr()
- String.substring()
- String.sup()
- String.toLowerCase()
- String.toSource()
- String.toString()
- String.toUpperCase()
- String.valueOf()
- super
- switch
- synchronized
- this
- throw
- throws
- transient
- true
- try…catch
- typeof
- undefined
- unescape()
- var
- void
- volatile
- while
- with
-
Client-Side Browser Syntax
- Anchor
- Anchor.name
- Anchor.text
- Anchor.x
- Anchor.y
- Applet
- Area
- Area.handleEvent()
- Area.hash
- Area.host
- Area.hostname
- Area.href
- Area.onDblClick
- Area.onMouseOut
- Area.onMouseOver
- Area.pathname
- Area.port
- Area.protocol
- Area.search
- Area.target
- Button
- Button.blur()
- Button.click()
- Button.focus()
- Button.form
- Button.handleEvent()
- Button.name
- Button.onBlur
- Button.onClick
- Button.onFocus
- Button.onMouseDown
- Button.onMouseUp
- Button.type
- Button.value
- Checkbox
- Checkbox.blur()
- Checkbox.checked
- Checkbox.click()
- Checkbox.defaultChecked
- Checkbox.focus()
- Checkbox.form
- Checkbox.handleEvent()
- Checkbox.name
- Checkbox.onBlur
- Checkbox.onClick
- Checkbox.onFocus
- Checkbox.type
- Checkbox.value
- Document
- document.alinkColor
- document.all
- document.all.item()
- document.all.tags()
- document.anchors
- document.anchors.length
- document.applets
- document.applets.length
- document.bgColor
- document.captureEvents()
- document.classes
- document.classes.align
- document.classes.backgroundColor
- document.classes.backgroundImage
- document.classes.borderBottomWidth
- document.classes.borderColor
- document.classes.borderLeftWidth
- document.classes.borderRightWidth
- document.classes.borderStyle
- document.classes.borderTopWidth
- document.classes.borderWidths()
- document.classes.clear
- document.classes.color
- document.classes.display
- document.classes.fontFamily
- document.classes.fontSize
- document.classes.fontStyle
- document.classes.fontWeight
- document.classes.lineHeight
- document.classes.listStyleType
- document.classes.marginBottom
- document.classes.marginLeft
- document.classes.marginRight
- document.classes.margins()
- document.classes.marginTop
- document.classes.paddingBottom
- document.classes.paddingLeft
- document.classes.paddingRight
- document.classes.paddings()
- document.classes.paddingTop
- document.classes.textAlign
- document.classes.textDecoration
- document.classes.textIndent
- document.classes.textTransform
- document.classes.whiteSpace
- document.close()
- document.cookie
- document.domain
- document.embeds
- document.embeds.length
- document.fgColor
- document.forms
- document.forms.length
- document.getSelection()
- document.handleEvent()
- document.ids
- document.ids.align
- document.ids.backgroundColor
- document.ids.backgroundImage
- document.ids.borderBottomWidth
- document.ids.borderColor
- document.ids.borderLeftWidth
- document.ids.borderRightWidth
- document.ids.borderStyle
- document.ids.borderTopWidth
- document.ids.borderWidths()
- document.ids.clear
- document.ids.color
- document.ids.display
- document.ids.fontFamily
- document.ids.fontSize
- document.ids.fontStyle
- document.ids.fontWeight
- document.ids.lineHeight
- document.ids.listStyleType
- document.ids.marginBottom
- document.ids.marginLeft
- document.ids.marginRight
- document.ids.margins()
- document.ids.marginTop
- document.ids.paddingBottom
- document.ids.paddingLeft
- document.ids.paddingRight
- document.ids.paddings()
- document.ids.paddingTop
- document.ids.textAlign
- document.ids.textDecoration
- document.ids.textIndent
- document.ids.textTransform
- document.ids.whiteSpace
- document.images
- document.images.length
- document.lastModified
- document.layers
- document.layers.length
- document.linkColor
- document.links
- document.links.length
- document.onClick
- document.onDblClick
- document.onKeyDown
- document.onKeyPress
- document.onKeyUp
- document.onLoad
- document.onMouseDown
- document.onMouseUp
- document.onUnLoad
- document.open()
- document.plugins
- document.plugins.length
- document.referrer
- document.releaseEvents()
- document.routeEvent()
- document.tags
- document.tags.align
- document.tags.backgroundColor
- document.tags.backgroundImage
- document.tags.borderBottomWidth
- document.tags.borderColor
- document.tags.borderLeftWidth
- document.tags.borderRightWidth
- document.tags.borderStyle
- document.tags.borderTopWidth
- document.tags.borderWidths()
- document.tags.clear
- document.tags.color
- document.tags.display
- document.tags.fontFamily
- document.tags.fontSize
- document.tags.fontStyle
- document.tags.fontWeight
- document.tags.lineHeight
- document.tags.listStyleType
- document.tags.marginBottom
- document.tags.marginLeft
- document.tags.marginRight
- document.tags.margins()
- document.tags.marginTop
- document.tags.paddingBottom
- document.tags.paddingLeft
- document.tags.paddingRight
- document.tags.paddings()
- document.tags.paddingTop
- document.tags.textAlign
- document.tags.textDecoration
- document.tags.textIndent
- document.tags.textTransform
- document.tags.whiteSpace
- document.title
- document.URL
- document.vlinkColor
- document.write()
- document.writeln()
- Embed
- Event
- event.data
- event.height
- event.layerX
- event.layerY
- event.modifiers
- event.pageX
- event.pageY
- event.screenX
- event.screenY
- event.target
- event.type
- event.which
- event.width
- Event.ABORT
- Event.BLUR
- Event.CHANGE
- Event.CLICK
- Event.DBLCLICK
- Event.DRAGDROP
- Event.ERROR
- Event.FOCUS
- Event.KEYDOWN
- Event.KEYPRESS
- Event.KEYUP
- Event.LOAD
- Event.MOUSEDOWN
- Event.MOUSEMOVE
- Event.MOUSEOUT
- Event.MOUSEOVER
- Event.MOUSEUP
- Event.MOVE
- Event.RESET
- Event.RESIZE
- Event.SELECT
- Event.SUBMIT
- Event.UNLOAD
- FileUpload
- FileUpload.blur()
- FileUpload.focus()
- FileUpload.form
- FileUpload.handleEvent()
- FileUpload.name
- FileUpload.onBlur
- FileUpload.onChange
- FileUpload.onFocus
- FileUpload.select()
- FileUpload.type
- FileUpload.value
- Form
- Form.action
- Form.elements
- Form.elements.length
- Form.encoding
- Form.handleEvent()
- Form.length
- Form.method
- Form.name
- Form.onReset
- Form.onSubmit
- Form.reset()
- Form.submit()
- Form.target
- Frame
- Frame.blur()
- Frame.clearInterval()
- Frame.clearTimeout()
- Frame.document
- Frame.focus()
- Frame.frames
- Frame.length
- Frame.name
- Frame.onBlur
- Frame.onFocus
- Frame.onMove
- Frame.onResize
- Frame.parent
- Frame.print()
- Frame.self
- Frame.setInterval()
- Frame.setTimeout()
- Frame.top
- Frame.window
- Hidden
- Hidden.form
- Hidden.name
- Hidden.type
- Hidden.value
- History
- History.back()
- History.current
- History.forward()
- History.go()
- History.length
- History.next
- History.previous
- Image
- Image.border
- Image.complete
- Image.handleEvent()
- Image.height
- Image.hspace
- Image.lowsrc
- Image.name
- Image.onAbort
- Image.onError
- Image.onKeyDown
- Image.onKeyPress
- Image.onKeyUp
- Image.onLoad
- Image.src
- Image.vspace
- Image.width
- Layer
- Layer.above
- Layer.background
- Layer.below
- Layer.bgColor
- Layer.captureEvents()
- Layer.clip.bottom
- Layer.clip.height
- Layer.clip.left
- Layer.clip.right
- Layer.clip.top
- Layer.clip.width
- Layer.document
- Layer.handleEvent()
- Layer.left
- Layer.load()
- Layer.moveAbove()
- Layer.moveBelow()
- Layer.moveBy()
- Layer.moveTo()
- Layer.moveToAbsolute()
- Layer.name
- Layer.onBlur
- Layer.onFocus
- Layer.onLoad
- Layer.onMouseOut
- Layer.onMouseOver
- Layer.pageX
- Layer.pageY
- Layer.parentLayer
- Layer.releaseEvents()
- Layer.resizeBy()
- Layer.resizeTo()
- Layer.routeEvent()
- Layer.siblingAbove
- Layer.siblingBelow
- Layer.src
- Layer.top
- Layer.visibility
- Layer.zIndex
- Link
- Link.handleEvent()
- Link.hash
- Link.host
- Link.hostname
- Link.href
- Link.onClick
- Link.onDblClick
- Link.onKeyDown
- Link.onKeyPress
- Link.onKeyUp
- Link.onMouseDown
- Link.onMouseOut
- Link.onMouseOver
- Link.onMouseUp
- Link.pathname
- Link.port
- Link.protocol
- Link.search
- Link.target
- Link.text
- Location
- Location.hash
- Location.host
- Location.hostname
- Location.href
- Location.pathname
- Location.port
- Location.protocol
- Location.reload()
- Location.replace()
- Location.search
- MimeType
- MimeType.description
- MimeType.enabledPlugin
- MimeType.suffixes
- MimeType.type
- navigator
- navigator.appCodeName
- navigator.appName
- navigator.appVersion
- navigator.javaEnabled()
- navigator.language
- navigator.mimeTypes
- navigator.platform
- navigator.plugins
- navigator.plugins.refresh()
- navigator.preference()
- navigator.taintEnabled()
- navigator.userAgent
- Option
- Option.defaultSelected
- Option.selected
- Option.text
- Option.value
- Password
- Password.blur()
- Password.defaultValue
- Password.focus()
- Password.form
- Password.handleEvent()
- Password.name
- Password.onBlur
- Password.onFocus
- Password.select()
- Password.type
- Password.value
- Plugin
- Plugin.description
- Plugin.filename
- Plugin.length
- Plugin.name
- Radio
- Radio.blur()
- Radio.checked
- Radio.click()
- Radio.defaultChecked
- Radio.focus()
- Radio.form
- Radio.handleEvent()
- Radio.name
- Radio.onBlur
- Radio.onClick
- Radio.onFocus()
- Radio.type
- Radio.value
- Reset
- Reset.blur()
- Reset.click()
- Reset.focus()
- Reset.form
- Reset.handleEvent()
- Reset.name
- Reset.onBlur
- Reset.onClick
- Reset.onFocus
- Reset.type
- Reset.value
- screen
- screen.availHeight
- screen.availWidth
- screen.colorDepth
- screen.height
- screen.pixelDepth
- screen.width
- Select
- Select.blur()
- Select.focus()
- Select.form
- Select.handleEvent()
- Select.length
- Select.name
- Select.onBlur
- Select.onChange
- Select.onFocus
- Select.options
- Select.options.length
- Select.options.selectedIndex
- Select.options.value
- Select.selectedIndex
- Select.type
- Submit
- Submit.blur()
- Submit.click()
- Submit.focus()
- Submit.form
- Submit.handleEvent()
- Submit.name
- Submit.onBlur
- Submit.onClick
- Submit.onFocus
- Submit.type
- Submit.value
- taint()
- Text
- Text.blur()
- Text.defaultValue
- Text.focus()
- Text.form
- Text.handleEvent()
- Text.name
- Text.onBlur
- Text.onChange
- Text.onFocus
- Text.onSelect
- Text.select()
- Text.type
- Text.value
- Textarea
- Textarea.blur()
- Textarea.defaultValue
- Textarea.focus()
- Textarea.form
- Textarea.handleEvent()
- Textarea.name
- Textarea.onBlur
- Textarea.onChange
- Textarea.onFocus
- Textarea.onKeyDown
- Textarea.onKeyPress
- Textarea.onKeyUp
- Textarea.onSelect
- Textarea.select()
- Textarea.type
- Textarea.value
- untaint()
- Window
- window.alert()
- window.back()
- window.blur()
- window.captureEvents()
- window.clearInterval()
- window.clearTimeout()
- window.close()
- window.closed
- window.confirm()
- window.defaultStatus
- window.disableExternalCapture()
- window.document
- window.enableExternalCapture()
- window.find()
- window.focus()
- window.forward()
- window.frames
- window.frames.length
- window.handleEvent()
- window.history
- window.home()
- window.innerHeight
- window.innerWidth
- window.length
- window.location
- window.locationbar
- window.locationbar.visible
- window.menubar
- window.menubar.visible
- window.moveBy()
- window.moveTo()
- window.name
- window.onBlur
- window.onDragDrop
- window.onError
- window.onFocus
- window.onLoad
- window.onMove
- window.onResize
- window.onUnLoad
- window.open()
- window.opener
- window.outerHeight
- window.outerWidth
- window.pageXOffset
- window.pageYOffset
- window.parent
- window.personalbar
- window.personalbar.visible
- window.print()
- window.prompt()
- window.releaseEvents()
- window.resizeBy()
- window.resizeTo()
- window.routeEvent()
- window.scroll()
- window.scrollbars
- window.scrollbars.visible
- window.scrollBy()
- window.scrollTo()
- window.self
- window.setInterval()
- window.setTimeout()
- window.status
- window.statusbar
- window.statusbar.visible
- window.stop()
- window.toolbar
- window.toolbar.visible
- window.top
-
Netscape's Server-Side Additions
- addClient()
- addResponseHeader
- blob
- blob.blobImage()
- blob.blobLink()
- callC
- client
- client.destroy()
- client.expiration()
- Connection
- Connection.beginTransaction()
- Connection.commitTransaction()
- Connection.connected()
- Connection.cursor()
- Connection.execute()
- Connection.majorErrorCode()
- Connection.majorErrorMessage()
- Connection.minorErrorCode()
- Connection.minorErrorMessage()
- Connection.prototype
- Connection.release()
- Connection.rollbackTransaction()
- Connection.SQLTable()
- Connection.storedProc()
- Connection.toString()
- Cursor
- Cursor.close()
- Cursor.columnName
- Cursor.columnName()
- Cursor.columns()
- Cursor.deleteRow()
- Cursor.insertRow()
- Cursor.next()
- Cursor.prototype
- Cursor.updateRow()
- database
- database.beginTransaction()
- database.commitTransaction()
- database.connect()
- database.connected()
- database.cursor()
- database.disconnect()
- database.execute()
- database.majorErrorCode()
- database.majorErrorMessage()
- database.minorErrorCode()
- database.minorErrorMessage()
- database.prototype
- database.rollbackTransaction()
- database.SQLTable()
- database.storedProc()
- database.storedProcArgs()
- database.toString()
- DbPool()
- DbPool.connect()
- DbPool.connected()
- DbPool.connection()
- DbPool.DbPool()
- DbPool.disconnect()
- DbPool.majorErrorCode()
- DbPool.majorErrorMessage()
- DbPool.minorErrorCode()
- DbPool.minorErrorMessage()
- DbPool.prototype
- DbPool.storedProcArgs()
- DbPool.toString()
- debug()
- deleteResponseHeader()
- File()
- File.byteToString()
- File.clearError()
- File.close()
- File.eof()
- File.error()
- File.exists()
- File.flush()
- File.getLength()
- File.getPosition()
- File.open()
- File.prototype
- File.read()
- File.readByte()
- File.readln()
- File.setPosition()
- File.stringToByte()
- File.write()
- File.writeByte()
- File.writeln()
- flush()
- getOptionValue()
- getOptionValueCount()
- Lock()
- Lock.isValid()
- Lock.lock()
- Lock.prototype
- Lock.unlock()
- project
- project.lock()
- project.unlock()
- redirect()
- registerCFunction
- request
- request.agent
- request.formKey
- request.imageX
- request.imageY
- request.ip
- request.method
- request.protocol
- Resultset
- Resultset.close()
- Resultset.columnName()
- Resultset.columns()
- Resultset.next()
- Resultset.prototype
- SendMail()
- SendMail.Bcc
- SendMail.Body
- SendMail.Cc
- SendMail.errorCode()
- SendMail.errorMessage()
- SendMail.Errorsto
- SendMail.From
- SendMail.Organization
- SendMail.prototype
- SendMail.Replyto
- SendMail.send()
- SendMail.Smtpserver
- SendMail.Subject
- SendMail.To
- server
- server.host
- server.hostname
- server.lock()
- server.port
- server.protocol
- server.unlock()
- ssjs_generateClientID()
- ssjs_getCGIVariable()
- ssjs_getClientID()
- Stproc
- Stproc.close()
- Stproc.outParamCount()
- Stproc.outParameters()
- Stproc.prototype
- Stproc.resultSet()
- Stproc.returnValue()
- write()
-
Microsoft's Scripting Engine Extensions
- @_alpha
- @_jscript
- @_jscript_build
- @_jscript_version
- @_mac
- @_mc680x0
- @_PowerPC
- @_win16
- @_win32
- @_x86
- @cc_on
- @if
- @set
- ActiveXObject
- Automation
- Dictionary
- Dictionary.Add()
- Dictionary.Count
- Dictionary.Exists()
- Dictionary.Item()
- Dictionary.Items()
- Dictionary.Key()
- Dictionary.Keys()
- Dictionary.Remove()
- Dictionary.RemoveAll()
- Drive
- Drive.AvaliableSpace
- Drive.DriveLetter
- Drive.DriveType
- Drive.FileSystem
- Drive.FreeSpace
- Drive.IsReady
- Drive.Path
- Drive.RootFolder
- Drive.SerialNumber
- Drive.ShareName
- Drive.TotalSize
- Drive.VolumeName
- Drives
- Drives.Count
- Drives.Item()
- Enumerator
- Enumerator.atEnd()
- Enumerator.item()
- Enumerator.moveFirst()
- Enumerator.moveNext()
- Error
- Error.description
- Error.number
- File
- File.Attributes
- File.Copy()
- File.DateCreated
- File.DateLastAccessed
- File.DateLastModified
- File.Delete()
- File.Drive
- File.Move()
- File.Name
- File.OpenAsTextStream()
- File.ParentFolder
- File.Path
- File.ShortName
- File.ShortPath
- File.Size
- File.Type
- Files
- Files.Count
- Files.Item
- FileSystemObject
- FileSystemObject.BuildPath()
- FileSystemObject.CopyFile()
- FileSystemObject.CopyFolder()
- FileSystemObject.CreateFolder()
- FileSystemObject.CreateTextFile()
- FileSystemObject.DeleteFile()
- FileSystemObject.DeleteFolder()
- FileSystemObject.DriveExists()
- FileSystemObject.Drives
- FileSystemObject.FileExists()
- FileSystemObject.FolderExists()
- FileSystemObject.GetAbsolutePathName()
- FileSystemObject.GetBaseName()
- FileSystemObject.GetDrive()
- FileSystemObject.GetDriveName()
- FileSystemObject.GetExtensionName()
- FileSystemObject.GetFile()
- FileSystemObject.GetFileName()
- FileSystemObject.GetFolder()
- FileSystemObject.GetParentFolderName()
- FileSystemObject.GetSpecialFolder()
- FileSystemObject.GetTempName()
- FileSystemObject.MoveFile()
- FileSystemObject.MoveFolder()
- FileSystemObject.OpentextFile()
- Folder
- Folder.Attributes
- Folder.Copy()
- Folder.DateCreated
- Folder.DateLastAccessed
- Folder.DateLastModified
- Folder.Delete()
- Folder.Drive
- Folder.Files
- Folder.IsRootFolder
- Folder.Move()
- Folder.Name
- Folder.ParentFolder
- Folder.Path
- Folder.ShortName
- Folder.ShortPath
- Folder.Size
- Folder.SubFolders
- Folder.Type
- Folders
- Folders.Add()
- Folders.Count
- Folders.Item
- GetObject
- ScriptEngine
- ScriptEngineBuildVersion
- ScriptEngineMajorVersion
- ScriptEngineMinorVersion
- TextStream
- TextStream.AtEndOfLine
- TextStream.AtEndOfStream
- TextStream.Close()
- TextStream.Column
- TextStream.Line
- TextStream.Read()
- TextStream.ReadAll()
- TextStream.ReadLine()
- TextStream.Skip()
- TextStream.SkipLine()
- TextStream.Write()
- TextStream.WriteBlankLines()
- TextStream.WriteLine()
- VBArray
- VBArray.dimensions()
- VBArray.getItem()
- VBArray.lbound()
- VBArray.toArray()
- VBArray.ubound()
-
Core Syntax
- Appendixes
- Index
Product information
- Title: Pure JavaScript
- Author(s):
- Release date: August 1999
- Publisher(s): Sams
- ISBN: 9780672315473
You might also like
book
Clean Code in JavaScript
Get the most out of JavaScript for building web applications through a series of patterns, techniques, …
video
Full Stack Web Development Mastery Course - Novice to Expert
Full stack development refers to the development of both frontend (client-side) and backend (server-side) portions of …
video
Java SE 17 Developer (1Z0-829)
21+ Hours of Video Instruction An intensive and guided video course to learn and practice while …
book
Relational Database Design and Implementation, 4th Edition
Relational Database Design and Implementation: Clearly Explained, Fourth Edition, provides the conceptual and practical information necessary …