Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)

Category: JavaScript Reference

1SMARTchicken - Code Made Easy

Category: JavaScript Reference

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Category: JavaScript Reference

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Reference
  • JavaScript Reference
  • Page 4
JavaScript Reference

JavaScript – Array reverse() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array

The Array reverse() method reverses the order of the items in an array, overwriting the original array.

JavaScript Reference

JavaScript – Array shift() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array

The Array shift() method removes and returns the first element of an array, changing the original array.

JavaScript Reference

JavaScript – Array slice() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array

The Array slice() method returns selected elements in an array as a new array, without changing the original array.

JavaScript Reference

JavaScript – Array some() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array

The Array some() method checks if any array elements pass a test by executing a callback function for each array element.

JavaScript Reference

JavaScript – Array sort() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array, String

The Array sort() method sorts the elements of an array as strings in alphabetical and ascending order, overwriting the original array.

JavaScript Reference

JavaScript – Array splice() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array

The Array splice() method adds and/or removes array elements, overwriting the original array.

JavaScript Reference

JavaScript – Array toString() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array, String

The Array toString() method returns a string with array values separated by commas, and does not change the original array.

JavaScript Reference

JavaScript – Array unshift() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array

The Array unshift() method adds new elements to the beginning of an array, overwriting the original array.

JavaScript Reference

JavaScript – Array valueOf() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Array, JS Array

The Array valueOf() method returns the value of the array (contents), and does not change the original array.

JavaScript Reference

JavaScript – Boolean constructor Property

August 29, 2024 / JavaScript Properties, JavaScript Reference, Reference / Boolean, JS Boolean

The Boolean constructor property returns the function that created the Boolean prototype.

JavaScript Reference

JavaScript – Boolean.prototype Property

August 29, 2024 / JavaScript Properties, JavaScript Reference, Reference / Boolean, JS Boolean

The Boolean prototype property allows you to add new properties and methods to existing booleans.

JavaScript Reference

JavaScript – Boolean toString() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Boolean, JS Boolean, String

The Boolean toString() method returns a string from the boolean.

JavaScript Reference

JavaScript – Boolean valueOf() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Boolean, JS Boolean

The Boolean valueOf() method returns the primitive value of a boolean.

JavaScript Reference

JavaScript – Class constructor Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Class, JS Class

The Class constructor() method is for creating and initializing objects created within a class.

JavaScript Reference

JavaScript – Class extends Keyword

August 29, 2024 / JavaScript Properties, JavaScript Reference, Reference / Class, JS Class, Keyword

The Class extends keyword is used to create a child class of a parent class, which then inherits all the methods from the parent class.

JavaScript Reference

JavaScript – Class static Keyword

August 29, 2024 / JavaScript Properties, JavaScript Reference, Reference / Class, JS Class, Keyword

The Class static keyword defines static methods for classes, which are then called directly on the class without creating an instance.

JavaScript Reference

JavaScript – Class super Keyword

August 29, 2024 / JavaScript Properties, JavaScript Reference, Reference / Class, JS Class, Keyword

The Class super keyword is used to call the constructor of its parent class to access the parent’s properties and methods.

JavaScript Reference

JavaScript – console.assert() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / JS Console

The console.assert() method writes a message to the console if an expression evaluates to false.

JavaScript Reference

JavaScript – console.clear() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / JS Console

The console.clear() method clears the console, and depending on the browser, may write “Console was cleared” in the console.

JavaScript Reference

JavaScript – console.count() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / JS Console

The console.count() method counts the number of times console.count() is called and writes the number to the console.

← Previous 1 … 3 4 5 … 28 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
  • CSS Flexbox (12)
  • JavaScript Tutorials (6)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (64)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (555)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (284)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.