wouldn’t `request.getParamater(”hello”)?.toUpperCa...
# getting-started
c
wouldn’t
request.getParamater(”hello”)?.toUpperCase() ?: request.getParameter(“bye”)
be simpler?
K 3