Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/session-queue-jdbc
/
.
/
common
/
src
/
web
/
const_js.html
blob: 5211d181050d430e7ad0546784d9a70823f06028 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script>
const
cheese
=
"cheese"
;
function
makeMeA
(
mealWithCheese
)
{
return
cheese
+
" "
+
mealWithCheese
;
}
</script>