Log inSign up
Random MDN
7,900 posts
Random MDN profile banner
@randomMDN

Random MDN

@randomMDN
Killed by Twitter. 😢 A bot that shares random articles on MDN. This bot is NOT related to or developed by @mozilla. Have feedback? 👉🏻 @stefanjudis
github.com/random-mdn
Joined November 2018
0
Following
3,798
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @randomMDN
    Random MDN
    @randomMDN
    May 19, 2023
    🦖 Random MDN: HTMLDataListElement 🦖 developer.mozilla.org/en-US/docs/Web… The HTMLDataListElement interface provides special properties (beyond the HTMLElement object interface it also has available to it by inheritance) to manipulate <datalist> elements and their con… #webdev
    The MDN logo
    developer.mozilla.org
    HTMLDataListElement - Web APIs | MDN
    The HTMLDataListElement interface provides special properties (beyond the HTMLElement object interface it also has available to it by inheritance) to manipulate elements and their content.
  • @randomMDN
    Random MDN
    @randomMDN
    May 19, 2023
    🦖 Random MDN: ::-moz-scrolled-page-sequence 🦖 developer.mozilla.org/en-US/docs/Web… The ::-moz-scrolled-page-sequence CSS pseudo-element is a Mozilla extension that represents the background of a print preview. #webdev #CSS
  • @randomMDN
    Random MDN
    @randomMDN
    May 19, 2023
    🦖 Random MDN: SharedArrayBuffer.prototype.maxByteLengt… 🦖 developer.mozilla.org/en-US/docs/Web… The maxByteLength accessor property of SharedArrayBuffer instances returns the maximum length (in bytes) that this SharedArrayBuffer can be grown to. #webdev #JavaScript
    The MDN logo
    developer.mozilla.org
    SharedArrayBuffer.prototype.maxByteLength - JavaScript | MDN
    The maxByteLength accessor property of SharedArrayBuffer instances returns the maximum length (in bytes) that this SharedArrayBuffer can be grown to.
  • @randomMDN
    Random MDN
    @randomMDN
    May 19, 2023
    🦖 Random MDN: :only-of-type 🦖 developer.mozilla.org/en-US/docs/Web… The :only-of-type CSS pseudo-class represents an element that has no siblings of the same type. #webdev #CSS
    The MDN logo
    developer.mozilla.org
    :only-of-type CSS pseudo-class - CSS | MDN
    The :only-of-type CSS pseudo-class represents an element that has no siblings of the same type (tag name).
  • @randomMDN
    Random MDN
    @randomMDN
    May 19, 2023
    🦖 Random MDN: Classes 🦖 developer.mozilla.org/en-US/docs/Web… Classes are a template for creating objects. They encapsulate data with code to work on that data. Classes in JS are built on prototypes but also have some syntax and semantics that are unique t… #webdev #JavaScript
    The MDN logo
    developer.mozilla.org
    Classes - JavaScript | MDN
    Classes are a template for creating objects. They encapsulate data with code to work on that data. Classes in JS are built on prototypes but also have some syntax and semantics that are unique to...