جافاسكربتالكلمات المحجوزة في جافاسكربت
- الكلمات المحجوزة في جافاسكربت
- كلمات محجوزة أضيفت على الإصدار ES5
- كلمات لم تعد محجوزة في الإصدار ES5
- كلمات محجوزة في المنصات
- كلمات محجوزة في HTML
الكلمات المحجوزة في جافاسكربت
الكلمات التالية محجوزة في لغة جافاسكربت بغض عن النظر عن إصدار اللغة أو المنصة التي يتم كتابة الكود لأجلها:
abstract arguments boolean break byte
case catch char const continue
debugger default delete do double
else eval false final finally
float for function goto if
implements in instanceof int interface
long native new null package
private protected public return short
static switch synchronized this throw
throws transient true try typeof
var void volatile while with yield
كلمات محجوزة أضيفت على الإصدار ES5
أضيفت الكلمات التالية ككلمات محجوزة في جافاسكربت ابتداءاً من الإصدار ES5 و الإصدارات التي تليه:
awaits class enum export extends
import let super
كلمات لم تعد محجوزة في الإصدار ES5
لم تعد الكلمات التالية محجوزة في جافاسكربت ابتداءاً من الإصدار ES5 و الإصدارات التي تليه:
abstract boolean byte char double
final float goto int long
native short synchronized throws transient volatile
كلمات محجوزة في المنصات
الكلمات التالية قد تكون محجوزة في المنصات التي يمكن البرمجة فيها بلغة جافاسكربت سواء ويب، تطيبقات ديسكتوب، تطبيقات للهاتف إلخ.. و لذلك ينصح باعتبارها كلمات محجوزة حتى لو لم تكن كذلك:
alert all anchor area anchors
assign blur button checkbox clearInterval
clearTimeout clientInformation close closed confirm
constructor crypto decodeURI decodeURIComponent defaultStatus
document element elements embed embeds
encodeURI encodeURIComponent escape event fileUpload
focus form forms frame innerHeight
innerWidth layer link location mimeTypes
navigate navigator frames frameRate hidden
history image images offscreenBuffering open
opener option outerWidth outerHeight packages
pageXOffset pageYOffset parent parseFloat parseInt
password pkcs11 plugin prompt propertyIsEnum
radio reset screenX screenY scroll
secure select self setInterval setTimeout
status submit taint text textarea
top unescape untaint window
كلمات محجوزة في HTML
الكلمات التالية محجوزة كأسماء أحداث ( Events ) في صفحات الويب و لذلك ينصح بعدم استخدامها في جافاسكربت:
onblur onclick onerror onfocus onkeydown
onkeypress onkeyup onmouseover onload onmouseup
onmousedown onsubmit