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)
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