• Skip to primary navigation
  • Skip to main content

In JS We Trust

trung tâm giáo dục thường xuyên javascript: youtube.com/hoccoban

  • giới thiệu
  • js cơ bản
  • bài tập
  • interview
  • tài nguyên
You are here: Home / giới thiệu

giới thiệu

Our motto is “In JS we trust”, yeah but JS is a bit weird at first sight. Let’s make it fun.

Trung tâm giáo dục thường xuyên JS.

console.log(“hello world”);

Đây là kết luận của tôi về sự “trong sáng” của JavaScript.


Object.__proto__ === Function.prototype//true

Function.__proto__ === Function.prototype; //true

Object.__proto__ === Object.prototype // false

và


String.__proto__ === Function.prototype //true

String.__proto__ === Object.prototype //false

và


let x = {}

x instanceof Function//false

x instanceof Object//true

bonus ảnh sau:

 

và ảnh ảo diệu sau:

 

Another picture:

 

 

Vượng

Copyright © 2021 · Milan Pro on Genesis Framework · WordPress · Log in