Skip to content

JavascriptSkills.com

  • Sample Page
Close Button

November 25, 2023November 25, 2023| XarlosXarlos| 0 Comment | 4:12 am

Read MoreRead More

How to use Reduce in an ObjectHow to use Reduce in an Object

November 1, 2023November 1, 2023| XarlosXarlos| 0 Comment | 6:39 pm

Basically, reduce adds everything in an Array. anyArray.reduce( (a,b) => a + b,0 ); This formula will sum up all arrays values. AnyArray is the location of the array, it

Read MoreRead More

How to access Javascript ObjectsHow to access Javascript Objects

November 1, 2023November 1, 2023| XarlosXarlos| 0 Comment | 6:02 pm

In Javascript, we have objects pairs with keys, and values. How to use PUSH to enter a new variable into an Object Array Here, we add an array into Monday

Read MoreRead More

Use the Switch Statement to output the day of the WeekUse the Switch Statement to output the day of the Week

November 1, 2023November 1, 2023| XarlosXarlos| 0 Comment | 5:17 pm

Use the Switch statement, so when user click an element will do something…

Read MoreRead More

How to return the day of the week in JavascriptHow to return the day of the week in Javascript

November 1, 2023November 1, 2023| XarlosXarlos| 0 Comment | 5:05 pm

How to get today’s Date in Javascript Function Ex 11/2/2023

Read MoreRead More

How to get Input and Output- the sample wayHow to get Input and Output- the sample way

November 1, 2023November 1, 2023| XarlosXarlos| 0 Comment | 4:47 pm

How to convert input strings into numbers only. If the user enters a non number, then will be using the !num and return statement to return invalid. Note: Nothing happens

Read MoreRead More

A random ArrayA random Array

November 1, 2023November 1, 2023| XarlosXarlos| 0 Comment | 3:48 pm

let arr = [1,2,3,4] let rmd = arr[Math.floor(Math.random() * arr.length)] console.log(rmd) https://jsfiddle.net/xewcsop8/

Read MoreRead More

Hello world!Hello world!

November 1, 2023November 1, 2023| XarlosXarlos| 0 Comments | 3:39 pm

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Read MoreRead More

Recent Posts

  • (no title)
  • How to use Reduce in an Object
  • How to access Javascript Objects
  • Use the Switch Statement to output the day of the Week
  • How to return the day of the week in Javascript

Recent Comments

  1. A WordPress Commenter on Hello world!

Kids WordPress Theme By VWThemes

Scroll Up