mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): camel case Audio constructor property (#61853)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ function pauseAudio() {
|
||||
|
||||
The `Audio()` constructor has properties just as it has methods. Those properties include:
|
||||
|
||||
- `currenttime`: for getting the current playback time of an audio
|
||||
- `currentTime`: for getting the current playback time of an audio
|
||||
- `loop`: for making the audio play continuously by automatically restarting when it reaches the end
|
||||
- `muted`: for silencing the audio output of a media element regardless of volume setting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user