$array = ["elma"=>"armut", "ali"=>"veli"];
$data = json_encode($array);
<script>
const myArray = [
<?=$data?>
]

</script>