For full text search please use the '?' prefix. e.g. ? Onboarding
Duck Typing
Resources
https://devopedia.org/duck-typing
hasHighlight
What really matters is if the object has the particular methods/attributes at run time. Duck typing is therefore often supported by
Dynamically-Type Languages
.
Resources