Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Static Properties

How to run code

  1. The code can be run by click the play button at the top right corner.
  2. It displays the Value of pi that was used, the Area of a circle when you input it, and the circumference of a circle

Features

  1. Function call: The code invokes the "console.log()" function, which is a built-in function in JavaScript used to log messages to the console.
  2. Function Invocation with Arguments: The "Circle.area(8)" part suggests that it's trying to access a static method named "area()" of a class named Circle and pass the value 8 as an argument.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages