files/en-us/web/api/cssunparsedvalue/foreach/index.md
{{APIRef("CSS Typed OM")}}
The CSSUnparsedValue.forEach() method
executes a provided function once for each element of the
{{domxref('CSSUnparsedValue')}}.
forEach(callbackFn)
forEach(callbackFn, thisArg)
callbackFn
currentValue
index {{optional_inline}}
array {{optional_inline}}
CSSUnparsedValue that forEach() is being called
on.thisArg {{Optional_inline}}
this (i.e., the reference
Object) when executing callback.None ({{jsxref("undefined")}}).
{{Specifications}}
{{Compat}}