EN VI

What is Js?

JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages, whose implementations allow client-side script to interact with the user and make dynamic pages. It is an interpreted programming language with object-oriented capabilities.
JavaScript is the Programming Language for the Web.
JavaScript can update and change both HTML and CSS.
JavaScript can calculate, manipulate and validate data.
Posts (2)
2022-11-10 20:10:51
Share code trái tim của thủ khoa Lý bằng html css js
Share source heartbeat - HeartBeat Animation bằng css html js như trong phim chiếc bật lửa và nàng công chúa của thủ khoa Lý Tuân.Phần HTML: Heart Ngọc Phần...
0
1206dev Admin
2023-06-28 23:00:22
Lodash Tổng Hợp Những Hàm Thường Dùng Phổ Biến Kèm Theo Ví Dụ Minh Họa
1. Lodash là gì?    Thư viện Lodash là một thư viện JavaScript cung cấp nhiều phương thức tiện ích để thao tác với mảng, chuỗi, số và đối tượng trong JavaScript. Nó cung cấp các phương thức như map, f...
0
Questions (3)
2022-05-29 15:48:51
You can leave () out if you put everything in one line: {mylist.map((elem, index) => {elem.title})} If you want to return something, but it take several lines, then you have to use ():{mylist.map((el...
Tags: Coding Lập trình React
2022-05-29 16:12:09
in CSS use this:root{ scroll-behavior: smooth; } in JavaScript use thisdocument.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener("click", function(e){ e.preven...
Tags: Coding Lập trình Js
2022-05-30 16:57:21
you are not returning anything from maptry to change your code in this wayexport const fetchData = async () => { const response = await fetch(`https://api/`, options); const results = awai...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login