method URLSearchParams.get
Jump to headingURLSearchParams.get(name: string): string | null
Returns the first value associated to the given search parameter.
searchParams.get('name');
Parameters Jump to heading
Jump to headingname: string
Return Type Jump to heading
string | null