- Gavin Christopher Newsom (born October 10, 1967) is an American politician and businessman serving since 2019 as the 40th governor of California. A member of the Democratic Party, he served as the 49th lieutenant governor of California from 2011 to 2019 and the 42nd mayor of San Francisco from 2004 to 2011.
- this (computer programming) (Wikipedia)
this, self, and Me are keywords used in some computer programming languages to refer to the object, class, or other entity which the currently running code is a part of. The entity referred to thus depends on the execution context (such as which object has its method called). Different programming languages use these keywords in slightly different ways. In languages where a keyword like “this” is mandatory, the keyword is the only way to access data and methods stored in the current object. Where optional, these keywords can disambiguate variables and functions with the same name.