top of page
Search

Great-Grandma's Outdoors Rose Garden Jam

Writer's picture: Justina LinJustina Lin

Updated: Dec 27, 2024

Ingredients 

  • 2 cups of rose leaves

  • 1 cup of sugar

  • A quarter cup of lemon juice

    Image Source: feastng at home

Instructions 

  • Remove the rose petals

  • Rinse the roses

  • Add sugar and water to the petals

  • Stir the ingredients over the stovetop until the jam and sugar are dissolved completely

  • Add the lemon juice and continue stirring for another few minutes while the jam thickens

  • Cool the mixture and clean all the tools used to create everything

  • Transfer your ingredients into a nice jar for canning up to a quarter of a year

Enjoy on some freshly baked bread!

-JLin


NaN

NOT A NUMBER

let num;

console.log(num+3); //Nan

what you learned?

console.log(Fish+2) NAN What you've learned

  • variables are declared with let and will contain the value undefined by default

  • we can use a single-equals = to assign variables

  • changing a variable requires a reassignment, for which there are many shortcuts (+=, -=, etc.)

  • let location = "new york";

  • variables and assignments

  • right hand value

  • console.log(location);

  • new york

  • take value as is

  • console.log(new york)

  • treat like a variable as the value

  • write expression

  • location string

  • strings -index

  • console.log(location(1)

  • store numbers bulletins

  • part one




1 view0 comments

Comments


bottom of page