Tree - Sibling

Data System Architecture

About

Sibling is a tree relationship term. They are child (node|members) of the same immediate parent, at the same generation (level).

An element A is called a sibling of an element B, if and only if B and A share the same parent element.

  • Element A is a preceding sibling if it comes before B in the tree.
  • Element B is a following sibling if it comes after A in the tree.

Sibling





Discover More
How to render a List of React Elements (Component, )?

... This page is Loop in React and Jsx. Example with Pure Javascript map is the Reference/Global_Objects/Array/mapArray Map function with an Arrow function as argument Example in React ...
Data System Architecture
Tree - Child

An element A is called the child of element B if and only if B is the parent of A. A child is also a direct descendant of its parent and may have zero or more sibling (ie sister/brother) If the child...



Share this page:
Follow us:
Task Runner