Returns a random knock-knock joke wrapped in RFC 7231 UA comment syntax. The parenthesized format (joke) is a standard User-Agent comment token, making it trivial to strip via regex /\([^)]+\)$/ in log pipelines.
(joke)
/\([^)]+\)$/
Returns a random knock-knock joke wrapped in RFC 7231 UA comment syntax. The parenthesized format
(joke)is a standard User-Agent comment token, making it trivial to strip via regex/\([^)]+\)$/in log pipelines.