console.log directly of property of object shows another result than the same property while console the object itself
When console.log the state.recipe object itself it shows the property of showings is 8, but when console.log state.recipe.servings separately it shows 4. No 4 exist, I added all HTML in JS without any 4. ctrl+shift+r or ctrl+f5 doesn't help. What can it be. Thank you.