JQuery is not defined but jquery script is loaded in source [closed]

you are using JQuery, rather it should be jQuery

jQuery(document).ready(function () {
alert('hello world');
});