index.js
let
title
=
"Test Area"
;
index.py
title
=
'Test Area'
index.php
$title
=
'Test Area'
;
index.cs
string
title
=
"Test Area"
;