amar Praveen

amar Praveen

  • 1.7k
  • 25
  • 1.3k

How to sent function value to another component

Dec 31 2024 11:30 AM

function SentenceBuildA()

{

    let pvalue="31/12/2024";

}

export default SentenceBuildA;

 

Need to another componnet

let childval=pvalue;


Answers (2)