word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
38 lines (37 loc) • 1.04 kB
JSON
{
"term": "variable",
"partOfSpeech": "noun",
"academic": true,
"ox5000": true,
"cefr": "c1",
"definitions": [
{
"senseNumber": null,
"definition": "a situation, number or quantity that can vary or be varied",
"examples": [
{
"text": "With so many variables, it is difficult to calculate the cost."
},
{
"text": "The temperature remained constant while pressure was a variable in the experiment."
}
],
"topics": ["Maths and measurement"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈveəriəbl/",
"audio": "va/variable/variable__gb_4.mp3"
}
],
"us": [
{
"pronunciation": "/ˈveriəbl//ˈværiəbl/",
"audio": "va/variable/variable__us_1.mp3"
}
]
},
"wordOrigin": null
}